diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-07 05:45:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-07 05:45:04 +0000 |
commit | 581e69adb267a46bd059f3252f57fdda449034ef (patch) | |
tree | 6116b00d58bb2d3a91aafabcb58642a8c7ebeb58 /sysutils/gdmap | |
parent | Move the definition of USE_PERL5 before bsd.port.pre.mk inclusion. This (diff) |
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=201032
Diffstat (limited to 'sysutils/gdmap')
-rw-r--r-- | sysutils/gdmap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index cac665153d37..dbcbf2ee5b9c 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gtk20 USE_GMAKE= yes +USE_PERL5= yes GNU_CONFIGURE= yes MAN1= gdmap.1 |