diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-04-04 15:22:23 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-04-04 15:22:23 +0000 |
commit | ae8028b4105bef2ba5677405f87b53bcadcd53a0 (patch) | |
tree | 4ef762297cc9252a45800b3dded13a890e91fe37 | |
parent | 2e0990971fc5e11e866cd79a2a524e4fa96ec385 (diff) | |
download | ports-ae8028b4105bef2ba5677405f87b53bcadcd53a0.tar.gz ports-ae8028b4105bef2ba5677405f87b53bcadcd53a0.zip |
Notes
-rw-r--r-- | graphics/gimp-greycstoration/Makefile | 4 | ||||
-rw-r--r-- | graphics/libpano12/Makefile | 2 | ||||
-rw-r--r-- | graphics/ufraw/Makefile | 3 | ||||
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 4 |
4 files changed, 8 insertions, 5 deletions
diff --git a/graphics/gimp-greycstoration/Makefile b/graphics/gimp-greycstoration/Makefile index dddfdd0782cd..15ac772cefea 100644 --- a/graphics/gimp-greycstoration/Makefile +++ b/graphics/gimp-greycstoration/Makefile @@ -16,7 +16,9 @@ PKGNAMEPREFIX= gimp- MAINTAINER= b3k@mail.ru COMMENT= Gimp plugin used for noise reduction -BUILD_DEPENDS= gimp:${PORTSDIR}/graphics/gimp \ +BUILD_DEPENDS= gimp>0:${PORTSDIR}/graphics/gimp \ + ${SITE_PERL}/mach/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= gimp>0:${PORTSDIR}/graphics/gimp \ ${SITE_PERL}/mach/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser GNU_CONFIGURE= yes diff --git a/graphics/libpano12/Makefile b/graphics/libpano12/Makefile index b98a5ad1c5ca..0ee8420e2f56 100644 --- a/graphics/libpano12/Makefile +++ b/graphics/libpano12/Makefile @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= panotools MAINTAINER= vd@FreeBSD.org COMMENT= Panorama Tools to make panorama pictures -BUILD_DEPENDS= ${LOCALBASE}/include/gimp-2.0/libgimp/gimp.h:${PORTSDIR}/graphics/gimp +BUILD_DEPENDS= gimp>0:${PORTSDIR}/graphics/gimp RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ png:${PORTSDIR}/graphics/png \ diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index fc58191a67e3..11855209daa8 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -14,11 +14,12 @@ MASTER_SITES= SF MAINTAINER= infofarmer@FreeBSD.org COMMENT= Read and manipulate raw images from digital cameras +BUILD_DEPENDS= gimp>0:${PORTSDIR}/graphics/gimp LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ png.5:${PORTSDIR}/graphics/png \ - gimpui-2.0:${PORTSDIR}/graphics/gimp \ lcms.1:${PORTSDIR}/graphics/lcms +RUN_DEPENDS= gimp>0:${PORTSDIR}/graphics/gimp GCONF_SCHEMAS= ${PORTNAME}.schemas GNU_CONFIGURE= yes diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index eedff80413d3..bbaabfeca5f9 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2-fifth-toe/Makefile,v 1.81 2007/03/14 21:39:30 marcus Exp $ +# $MCom: ports/x11/gnome2-fifth-toe/Makefile,v 1.83 2007/04/03 01:14:24 ahze Exp $ # PORTREVISION= 0 @@ -14,7 +14,7 @@ COMMENT= Additional GNOME 2 applications not included in the core desktop RUN_DEPENDS= pan:${PORTSDIR}/news/pan \ xchat:${PORTSDIR}/irc/xchat \ - gimp-2.2:${PORTSDIR}/graphics/gimp \ + gimp>0:${PORTSDIR}/graphics/gimp \ sodipodi:${PORTSDIR}/graphics/sodipodi \ gnomeicu:${PORTSDIR}/net-im/gnomeicu \ gthumb:${PORTSDIR}/graphics/gthumb \ |