diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-17 00:05:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-17 00:05:36 +0000 |
commit | b894173154ec1f0dfb4ec4a34535853e7b3e32ac (patch) | |
tree | 1fd15edea7d810732e54948c224e63cc0f23324a /graphics/gimp-greycstoration | |
parent | 43e2ca08aca8b17c5cf00253e5e421f7ea18b04f (diff) | |
download | ports-b894173154ec1f0dfb4ec4a34535853e7b3e32ac.tar.gz ports-b894173154ec1f0dfb4ec4a34535853e7b3e32ac.zip |
Add USE_PERL5 to bring in bsd.perl.mk after we change it to being
conditionally included.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=201581
Diffstat (limited to 'graphics/gimp-greycstoration')
-rw-r--r-- | graphics/gimp-greycstoration/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gimp-greycstoration/Makefile b/graphics/gimp-greycstoration/Makefile index e506d37e80f8..b9f61a3d7f08 100644 --- a/graphics/gimp-greycstoration/Makefile +++ b/graphics/gimp-greycstoration/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= gimp>0:${PORTSDIR}/graphics/gimp \ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gtk20 +USE_PERL5= yes # Redifine this if you need PLUGIN_DIR?= libexec/gimp/2.2/plug-ins |