diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 13:51:47 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 13:51:47 +0000 |
commit | 318a5369821d1ba2650a4e69e5704cc5c8005f80 (patch) | |
tree | 9659071bd68c2b4ba413daf4ff08a9d97a6c480e /sysutils | |
parent | 10a7fbab572e96a3c7b449944567c3375b5bb069 (diff) | |
download | ports-318a5369821d1ba2650a4e69e5704cc5c8005f80.tar.gz ports-318a5369821d1ba2650a4e69e5704cc5c8005f80.zip |
Notes
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 |