diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:55:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:55:31 +0000 |
commit | dc572b07ee78024a59178789e6c00944918f1ef1 (patch) | |
tree | 7edfc6593200fb599a829abbf67ea60e1ffe31ab /net-mgmt | |
parent | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (diff) |
Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending on
whether the perl dependency is unconditional or conditional. This will
be needed for the conditional inclusion of bsd.perl.mk.
Notes
Notes:
svn path=/head/; revision=200412
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/flowscan/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/nsc/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/p5-Altoids/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/flowscan/Makefile b/net-mgmt/flowscan/Makefile index 708a1934efab..de39e52fba56 100644 --- a/net-mgmt/flowscan/Makefile +++ b/net-mgmt/flowscan/Makefile @@ -28,6 +28,7 @@ RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake CFLOWD_FLOWSCAN_PATCH= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX}/var/db/flows +USE_PERL5= yes WRKSRC= ${WRKDIR}/FlowScan-${PORTVERSION} pre-install: diff --git a/net-mgmt/nsc/Makefile b/net-mgmt/nsc/Makefile index e855087f42d3..62974faf3b98 100644 --- a/net-mgmt/nsc/Makefile +++ b/net-mgmt/nsc/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses NO_WRKSUBDIR= yes NO_BUILD= yes +USE_PERL5= yes PLIST_FILES= bin/nsc do-install: diff --git a/net-mgmt/p5-Altoids/Makefile b/net-mgmt/p5-Altoids/Makefile index a03e0bd7f560..0ce5a0afd6a2 100644 --- a/net-mgmt/p5-Altoids/Makefile +++ b/net-mgmt/p5-Altoids/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net-mgmt/p5-SNMP_Session RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes +USE_PERL5= yes CONFIGURE_ARGS+= --with-perllib=${SITE_PERL} \ --with-oids=${LOCALBASE}/share/${PORTNAME:L} |