diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-07 13:45:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-07 13:45:04 +0800 |
commit | e9b556135b3e4068be9ec53d65e526a353da19e6 (patch) | |
tree | 3631800b38966f03de424f6228f938054f94dd22 /ports-mgmt | |
parent | 6c105d7853336dcccdbcc998e9ac6da17d4439db (diff) | |
download | freebsd-ports-gnome-e9b556135b3e4068be9ec53d65e526a353da19e6.tar.gz freebsd-ports-gnome-e9b556135b3e4068be9ec53d65e526a353da19e6.tar.zst freebsd-ports-gnome-e9b556135b3e4068be9ec53d65e526a353da19e6.zip |
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
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/tinderbox-devel/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
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 |