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 /x11-toolkits | |
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 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libgtkeditor/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qt145/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qt23/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/xclasses/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/libgtkeditor/Makefile b/x11-toolkits/libgtkeditor/Makefile index 3a68e473d6aa..0425cd179901 100644 --- a/x11-toolkits/libgtkeditor/Makefile +++ b/x11-toolkits/libgtkeditor/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes +USE_PERL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile index 179ef49e0fdb..1b190c0d149e 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/Makefile @@ -23,6 +23,7 @@ COMMENT= A C++ X GUI toolkit LATEST_LINK= qt1 USE_GCC= 2.95 USE_GMAKE= yes +USE_PERL= yes USE_X_PREFIX= yes .if defined(MAKE_JOBS) MAKE_ARGS+= MAKE="${GMAKE} -j${MAKE_JOBS}" diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index 8441b2bfc3ff..2be5704c57a1 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -28,6 +28,7 @@ WRKSRC?= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_MESA= yes USE_GMAKE= yes USE_X_PREFIX= yes +USE_PERL= yes HAS_CONFIGURE= yes # YES, THIS PORT HAS ANTIALIASING SUPPORT IF YOUR XFREE86 SUPPORTS IT! # JUST BECAUSE -xft IS NOT LISTED BELOW DOESN'T MEAN IT'S NOT THERE! diff --git a/x11-toolkits/xclasses/Makefile b/x11-toolkits/xclasses/Makefile index ca17b48b7bff..66b585a48bbc 100644 --- a/x11-toolkits/xclasses/Makefile +++ b/x11-toolkits/xclasses/Makefile @@ -19,6 +19,7 @@ INSTALLS_SHLIB= yes PLIST= ${WRKDIR}/pkg-plist PLIST_SUB= VERSION="${PORTVERSION}" USE_GMAKE= yes +USE_PERL= yes USE_X_PREFIX= yes USE_XPM= yes WRKSRC= ${WRKDIR}/xclasses |