From 581e69adb267a46bd059f3252f57fdda449034ef Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 7 Oct 2007 05:45:04 +0000 Subject: 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 --- ports-mgmt/tinderbox-devel/Makefile | 1 + ports-mgmt/tinderbox/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'ports-mgmt') diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile index 4c05858cb71d..4b5d7ed903f3 100644 --- a/ports-mgmt/tinderbox-devel/Makefile +++ b/ports-mgmt/tinderbox-devel/Makefile @@ -22,6 +22,7 @@ OPTIONS= PGSQL "With pgsql" Off \ LIGHTTPD "Use LightHTTPD for web interface" Off NO_BUILD= yes +WANT_PERL5= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 4c05858cb71d..4b5d7ed903f3 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -22,6 +22,7 @@ OPTIONS= PGSQL "With pgsql" Off \ LIGHTTPD "Use LightHTTPD for web interface" Off NO_BUILD= yes +WANT_PERL5= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -- cgit v1.2.3