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 | |
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')
-rw-r--r-- | sysutils/gdmap/Makefile | 1 | ||||
-rw-r--r-- | sysutils/jps/Makefile | 1 | ||||
-rw-r--r-- | sysutils/jtop/Makefile | 1 | ||||
-rw-r--r-- | sysutils/ldap-account-manager/Makefile | 1 | ||||
-rw-r--r-- | sysutils/lmon/Makefile | 1 | ||||
-rw-r--r-- | sysutils/namefix/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index cac6651..dbcbf2e 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gtk20 USE_GMAKE= yes +USE_PERL5= yes GNU_CONFIGURE= yes MAN1= gdmap.1 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> diff --git a/sysutils/jtop/Makefile b/sysutils/jtop/Makefile index 310eed7..9add4b2 100644 --- a/sysutils/jtop/Makefile +++ b/sysutils/jtop/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} MAN1= jtop.1 MANCOMPRESSED= yes +USE_PERL5= yes PLIST_FILES= bin/jtop .include <bsd.port.mk> diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile index a121751..3f5a2b9 100644 --- a/sysutils/ldap-account-manager/Makefile +++ b/sysutils/ldap-account-manager/Makefile @@ -18,6 +18,7 @@ COMMENT= Webfrontend for managing accounts stored in an OpenLDAP server RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Quota.pm:${PORTSDIR}/sysutils/p5-Quota\ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap +USE_PERL5= yes USE_PHP= pcre xml gettext session mcrypt ldap mhash iconv WANT_PHP_WEB= yes NO_BUILD= YES diff --git a/sysutils/lmon/Makefile b/sysutils/lmon/Makefile index ff33576..2e16f29 100644 --- a/sysutils/lmon/Makefile +++ b/sysutils/lmon/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= ${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFile ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes +USE_PERL5= yes do-install: ${INSTALL} -d -m 0755 ${PREFIX}/${PORTNAME} diff --git a/sysutils/namefix/Makefile b/sysutils/namefix/Makefile index c10cd9a..18a8327 100644 --- a/sysutils/namefix/Makefile +++ b/sysutils/namefix/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag \ WRKSRC= ${WRKDIR}/usr/local/namefix.pl NO_BUILD= yes USE_BZIP2= yes +USE_PERL5= yes post-extract: @${FIND} ${WRKSRC} -name '*~' -delete |