diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 12:55:31 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 12:55:31 +0800 |
commit | caf6fcff5700569acaf7e2772d0c86de7bb716d1 (patch) | |
tree | 86b7fa5f321ffe506c38ef6e394b2a96f53c576d /net-mgmt/p5-Altoids | |
parent | c07b3d06f74c2b1f5144739f606ea2f60e5c4125 (diff) | |
download | freebsd-ports-gnome-caf6fcff5700569acaf7e2772d0c86de7bb716d1.tar.gz freebsd-ports-gnome-caf6fcff5700569acaf7e2772d0c86de7bb716d1.tar.zst freebsd-ports-gnome-caf6fcff5700569acaf7e2772d0c86de7bb716d1.zip |
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.
Diffstat (limited to 'net-mgmt/p5-Altoids')
-rw-r--r-- | net-mgmt/p5-Altoids/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} |