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 | |
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')
-rw-r--r-- | net/ctrace/Makefile | 1 | ||||
-rw-r--r-- | net/xmlrpc-c-devel/Makefile | 1 | ||||
-rw-r--r-- | net/xmlrpc-c/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net/ctrace/Makefile b/net/ctrace/Makefile index 63b09e0e2819..ed366bd8fa69 100644 --- a/net/ctrace/Makefile +++ b/net/ctrace/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/RawIP.pm:${PORTSDIR}/net/p5-Net-RawIP ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww NO_BUILD= yes +USE_PERL5= yes MAN1= ctrace.1 PLIST_FILES= sbin/ctrace diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile index ead721f74987..b0ecea6d6f0c 100644 --- a/net/xmlrpc-c-devel/Makefile +++ b/net/xmlrpc-c-devel/Makefile @@ -23,6 +23,7 @@ USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_PERL5= yes CONFLICTS= xmlrpc-epi-0.* diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index ead721f74987..b0ecea6d6f0c 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -23,6 +23,7 @@ USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_PERL5= yes CONFLICTS= xmlrpc-epi-0.* |