diff options
author | ahze <ahze@FreeBSD.org> | 2008-10-13 23:36:10 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2008-10-13 23:36:10 +0800 |
commit | 3b3558bf50305a099abebfc707a4997c39ad9f5b (patch) | |
tree | 2af19e9b7c257b008bc1929ff44699dc3854ad10 /graphics/gimp-app | |
parent | e5a1fc238ba7b4755e81a2059ab8b6610cb0535c (diff) | |
download | freebsd-ports-gnome-3b3558bf50305a099abebfc707a4997c39ad9f5b.tar.gz freebsd-ports-gnome-3b3558bf50305a099abebfc707a4997c39ad9f5b.tar.zst freebsd-ports-gnome-3b3558bf50305a099abebfc707a4997c39ad9f5b.zip |
Add missing depends on gegl
Reported by David Wolfskill <david@catwhisker.org>
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 4f37d84cc94c..fdbd93e41395 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -8,7 +8,7 @@ PORTNAME= gimp-app DISTVERSION= 2.6.1 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -32,7 +32,8 @@ LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ - lcms.1:${PORTSDIR}/graphics/lcms + lcms.1:${PORTSDIR}/graphics/lcms \ + gegl-0.0.20:${PORTSDIR}/graphics/gegl CONFLICTS= gimp-app-devel-[0-9]* |