diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-01 16:25:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-01 16:25:45 +0000 |
commit | 8bd85a9d02479e9b3afa01753c4c9f15829a1343 (patch) | |
tree | c8de158d4ed23e4170b9cddb89d1841a59a27334 /graphics/gimp1 | |
parent | 8b7c12b85ce373a72c102dc7ca7d0c7ad5dad723 (diff) | |
download | ports-8bd85a9d02479e9b3afa01753c4c9f15829a1343.tar.gz ports-8bd85a9d02479e9b3afa01753c4c9f15829a1343.zip |
Updates for new shared library versions in GNOME 1.2
Notes
Notes:
svn path=/head/; revision=29057
Diffstat (limited to 'graphics/gimp1')
-rw-r--r-- | graphics/gimp1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile index e276012d7231..c716b860e223 100644 --- a/graphics/gimp1/Makefile +++ b/graphics/gimp1/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimp PORTVERSION= 1.1.23 -CATEGORIES= graphics +CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${PORTVERSION}/ \ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \ ftp://ftp.ameth.org/pub/mirrors/ftp.gimp.org/gimp/unstable/v${PORTVERSION}/ \ @@ -66,7 +66,7 @@ pre-fetch: .if defined(WITH_GNOME) || (exists(${X11BASE}/bin/gnome-config) \ && !defined(WITHOUT_GNOME)) -LIB_DEPENDS+= gtkxmhtml.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS+= gtkxmhtml.4:${PORTSDIR}/x11/gnomelibs pre-install: @${CAT} ${PLISTORIG} > ${PLIST} .else |