diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-09-11 03:59:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-09-11 03:59:44 +0000 |
commit | 71e025bb0e178c112fcadd14882df8e15c3d6501 (patch) | |
tree | 1f83f412400fdaac38cd785e3b5e6e48a90bd83a /graphics/gimp-app-devel | |
parent | Update to 0.6. (diff) |
Chase the poppler shared lib version.
Notes
Notes:
svn path=/head/; revision=199312
Diffstat (limited to 'graphics/gimp-app-devel')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 82d07f0651a7..27d647ac7550 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= gimp-app DISTVERSION= 2.4.0-rc1 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -26,7 +27,7 @@ COMMENT= A GNU Image Manipulation Program development version LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ wmf.2:${PORTSDIR}/graphics/libwmf \ - poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ + poppler-glib.2:${PORTSDIR}/graphics/poppler-gtk \ aa.1:${PORTSDIR}/graphics/aalib \ mng.1:${PORTSDIR}/graphics/libmng \ png.5:${PORTSDIR}/graphics/png \ |