aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-devel
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-06-01 16:25:45 +0000
committerAde Lovett <ade@FreeBSD.org>2000-06-01 16:25:45 +0000
commit8bd85a9d02479e9b3afa01753c4c9f15829a1343 (patch)
treec8de158d4ed23e4170b9cddb89d1841a59a27334 /graphics/gimp-devel
parent8b7c12b85ce373a72c102dc7ca7d0c7ad5dad723 (diff)
downloadports-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/gimp-devel')
-rw-r--r--graphics/gimp-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile
index e276012d7231..c716b860e223 100644
--- a/graphics/gimp-devel/Makefile
+++ b/graphics/gimp-devel/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