diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-07 05:45:04 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-07 05:45:04 +0000 |
commit | e9b556135b3e4068be9ec53d65e526a353da19e6 (patch) | |
tree | 3631800b38966f03de424f6228f938054f94dd22 /sysutils/jps | |
parent | 6c105d7853336dcccdbcc998e9ac6da17d4439db (diff) | |
download | FreeBSD-ports-e9b556135b3e4068be9ec53d65e526a353da19e6.zip FreeBSD-ports-e9b556135b3e4068be9ec53d65e526a353da19e6.tar.gz |
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 'sysutils/jps')
-rw-r--r-- | sysutils/jps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/jps/Makefile b/sysutils/jps/Makefile index 84fd067..a9cb54c 100644 --- a/sysutils/jps/Makefile +++ b/sysutils/jps/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} MAN1= jps.1 MANCOMPRESSED= yes +USE_PERL5= yes PLIST_FILES= bin/jps .include <bsd.port.mk> |