diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-20 21:51:47 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-20 21:51:47 +0800 |
commit | 67f7abb99138baffbda09718046ddb01db0d01fe (patch) | |
tree | 0709c986f28ceee8e1967ed94b42468ef67d3279 /sysutils | |
parent | a70b06edd25072b161ab4a27fd526c93810bc671 (diff) | |
download | freebsd-ports-gnome-67f7abb99138baffbda09718046ddb01db0d01fe.tar.gz freebsd-ports-gnome-67f7abb99138baffbda09718046ddb01db0d01fe.tar.zst freebsd-ports-gnome-67f7abb99138baffbda09718046ddb01db0d01fe.zip |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gcombust/Makefile | 1 | ||||
-rw-r--r-- | sysutils/gupsc/Makefile | 1 | ||||
-rw-r--r-- | sysutils/service-config/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 2491beb86139..e1811dafe291 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ cdlabelgen:${PORTSDIR}/print/cdlabelgen USE_X_PREFIX= yes +USE_PERL= yes USE_GNOME= gtk12 gnomehier GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-included-gettext --datadir=${PREFIX}/share diff --git a/sysutils/gupsc/Makefile b/sysutils/gupsc/Makefile index b1d69b2c2b0b..988330049fdd 100644 --- a/sysutils/gupsc/Makefile +++ b/sysutils/gupsc/Makefile @@ -18,6 +18,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomelibs +USE_PERL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/sysutils/service-config/Makefile b/sysutils/service-config/Makefile index 948df8e0eccd..fd399436fdb0 100644 --- a/sysutils/service-config/Makefile +++ b/sysutils/service-config/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS= supervise:${PORTSDIR}/sysutils/daemontools ALL_TARGET= it INSTALL_TARGET= setup check +USE_PERL= yes NO_PACKAGE= A possibly inherited DJB-style license would prohibit \ distribution of modified binary packages |