diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
commit | 73050305304492f989a7d6677ac64e1f3e2670e0 (patch) | |
tree | f10dd6af7a7f29e367043e036534a5f00a0ad13d /graphics/gimp-devel | |
parent | ad33b9c6732ba9466070be1bd8618f82c0af7027 (diff) | |
download | ports-73050305304492f989a7d6677ac64e1f3e2670e0.tar.gz ports-73050305304492f989a7d6677ac64e1f3e2670e0.zip |
Notes
Diffstat (limited to 'graphics/gimp-devel')
-rw-r--r-- | graphics/gimp-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 69134c109fac..e4ffbd7e7b20 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gimp PORTVERSION= 1.3.11 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -21,7 +22,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \ +LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ gimpprint.1:${PORTSDIR}/print/gimp-print \ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \ aa.1:${PORTSDIR}/graphics/aalib \ |