diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 07:42:49 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 07:42:49 +0000 |
commit | cde1fdd3890638f5eb5a0bbf4e2264304ee897b1 (patch) | |
tree | e55adfdfecc092cd1f20d76d0d3500f36bd35249 /graphics/qiv | |
parent | dff50484f7f48aac27bedd1d732d9e861f25886c (diff) | |
download | ports-cde1fdd3890638f5eb5a0bbf4e2264304ee897b1.tar.gz ports-cde1fdd3890638f5eb5a0bbf4e2264304ee897b1.zip |
gtk11 -> gtk12
Notes
Notes:
svn path=/head/; revision=18073
Diffstat (limited to 'graphics/qiv')
-rw-r--r-- | graphics/qiv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index 5acdda823324..9258aa8d2b3b 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -3,7 +3,7 @@ # Date created: 25 December 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.1.1.1 1998/12/27 03:26:57 billf Exp $ +# $Id: Makefile,v 1.2 1999/01/27 22:11:13 billf Exp $ # DISTNAME= qiv-1.0 @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= billf@FreeBSD.org -LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 BUILD_DEPENDS= imlib-config:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes |