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 /graphics/gimp-greycstoration | |
parent | Split gimp in to master/slave port (diff) |
Chase gimp move
Diffstat (limited to 'graphics/gimp-greycstoration')
-rw-r--r-- | graphics/gimp-greycstoration/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |