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 /x11-wm | |
parent | 10a7fbab572e96a3c7b449944567c3375b5bb069 (diff) |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
Notes
Notes:
svn path=/head/; revision=94465
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/bbconf/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/blwm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/jewel/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/mlvwm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/pwm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/sapphire-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/swm/Makefile | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index f0fb5d9e6af3..2ceb1ac8901a 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ rplay.1:${PORTSDIR}/audio/rplay USE_BZIP2= yes +USE_PERL= yes USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes diff --git a/x11-wm/bbconf/Makefile b/x11-wm/bbconf/Makefile index ad4bb2f5af16..8ff627f77b59 100644 --- a/x11-wm/bbconf/Makefile +++ b/x11-wm/bbconf/Makefile @@ -16,6 +16,7 @@ COMMENT= Configurator for the Blackbox window manager USE_X_PREFIX= yes USE_LIBTOOL= yes +USE_PERL= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/x11-wm/blwm/Makefile b/x11-wm/blwm/Makefile index 85999961e12b..89a01f254164 100644 --- a/x11-wm/blwm/Makefile +++ b/x11-wm/blwm/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= xsetbg:${PORTSDIR}/x11/xloadimage USE_AUTOCONF= yes USE_AUTOMAKE= yes +USE_PERL= yes GNU_CONFIGURE= yes MAN1= blwm.1x PLIST= ${WRKDIR}/pkg-plist diff --git a/x11-wm/jewel/Makefile b/x11-wm/jewel/Makefile index 7fde7735d465..7978020b48ae 100644 --- a/x11-wm/jewel/Makefile +++ b/x11-wm/jewel/Makefile @@ -20,6 +20,7 @@ DOCS= Changelog Changelog.DLR Changelog.jewel INSTALL LICENSE README MAN1= jewel.1x PLIST= ${WRKDIR}/pkg-plist USE_X_PREFIX= yes +USE_PERL= yes USE_GMAKE= yes post-patch: diff --git a/x11-wm/mlvwm/Makefile b/x11-wm/mlvwm/Makefile index f191a2de9f70..98925bce9849 100644 --- a/x11-wm/mlvwm/Makefile +++ b/x11-wm/mlvwm/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Macintosh like window manager for X11 USE_IMAKE= yes +USE_PERL= yes USE_XPM= yes MAN1= mlvwm.1 diff --git a/x11-wm/pwm/Makefile b/x11-wm/pwm/Makefile index a48b4ee02efb..dd9be899139f 100644 --- a/x11-wm/pwm/Makefile +++ b/x11-wm/pwm/Makefile @@ -15,6 +15,7 @@ MAINTAINER= nbm@FreeBSD.org COMMENT= A lightweight window manager with emphasis on usability USE_X_PREFIX= yes +USE_PERL= yes USE_GMAKE= yes MAN1= pwm.1x diff --git a/x11-wm/sapphire-themes/Makefile b/x11-wm/sapphire-themes/Makefile index 4ccfd6978996..86456b529f44 100644 --- a/x11-wm/sapphire-themes/Makefile +++ b/x11-wm/sapphire-themes/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli \ xloadimage:${PORTSDIR}/x11/xloadimage \ sapphire:${PORTSDIR}/x11-wm/sapphire +USE_PERL= yes USE_X_PREFIX= yes NO_BUILD= yes diff --git a/x11-wm/swm/Makefile b/x11-wm/swm/Makefile index e6ff6963cec6..e4515f647375 100644 --- a/x11-wm/swm/Makefile +++ b/x11-wm/swm/Makefile @@ -21,6 +21,7 @@ MAKEFILE= Makefile-xpm PLIST= ${WRKDIR}/pkg-plist SCRIPTS= startswm USE_GMAKE= yes +USE_PERL= yes USE_XPM= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src |