diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 15:06:14 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-20 15:06:14 +0000 |
commit | 7e223b85118f24db9d6d99ba140621d85e2af079 (patch) | |
tree | d79f93c82dac5aec16534db50c252c8339ae3e0c /x11-wm | |
parent | 97df660718094932aa2f31a2c7235a8f991b8286 (diff) | |
download | ports-7e223b85118f24db9d6d99ba140621d85e2af079.tar.gz ports-7e223b85118f24db9d6d99ba140621d85e2af079.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/bbconf/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/blwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/jewel/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/mlvwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/pwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/sapphire-themes/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/swm/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 2ceb1ac8901a..04a7ca006f5e 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ rplay.1:${PORTSDIR}/audio/rplay USE_BZIP2= yes -USE_PERL= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes diff --git a/x11-wm/bbconf/Makefile b/x11-wm/bbconf/Makefile index 8ff627f77b59..0dd471c9c719 100644 --- a/x11-wm/bbconf/Makefile +++ b/x11-wm/bbconf/Makefile @@ -16,7 +16,7 @@ COMMENT= Configurator for the Blackbox window manager USE_X_PREFIX= yes USE_LIBTOOL= yes -USE_PERL= yes +USE_PERL5_BUILD=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 89a01f254164..c4c67c511660 100644 --- a/x11-wm/blwm/Makefile +++ b/x11-wm/blwm/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= xsetbg:${PORTSDIR}/x11/xloadimage USE_AUTOCONF= yes USE_AUTOMAKE= yes -USE_PERL= yes +USE_PERL5_BUILD=yes GNU_CONFIGURE= yes MAN1= blwm.1x PLIST= ${WRKDIR}/pkg-plist diff --git a/x11-wm/jewel/Makefile b/x11-wm/jewel/Makefile index 7978020b48ae..20331019cbd2 100644 --- a/x11-wm/jewel/Makefile +++ b/x11-wm/jewel/Makefile @@ -20,7 +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_PERL5_BUILD=yes USE_GMAKE= yes post-patch: diff --git a/x11-wm/mlvwm/Makefile b/x11-wm/mlvwm/Makefile index 98925bce9849..3084272d6071 100644 --- a/x11-wm/mlvwm/Makefile +++ b/x11-wm/mlvwm/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Macintosh like window manager for X11 USE_IMAKE= yes -USE_PERL= yes +USE_PERL5_BUILD=yes USE_XPM= yes MAN1= mlvwm.1 diff --git a/x11-wm/pwm/Makefile b/x11-wm/pwm/Makefile index dd9be899139f..01f9be90af25 100644 --- a/x11-wm/pwm/Makefile +++ b/x11-wm/pwm/Makefile @@ -15,7 +15,7 @@ MAINTAINER= nbm@FreeBSD.org COMMENT= A lightweight window manager with emphasis on usability USE_X_PREFIX= yes -USE_PERL= yes +USE_PERL5_BUILD=yes USE_GMAKE= yes MAN1= pwm.1x diff --git a/x11-wm/sapphire-themes/Makefile b/x11-wm/sapphire-themes/Makefile index 86456b529f44..9a014c84a0b8 100644 --- a/x11-wm/sapphire-themes/Makefile +++ b/x11-wm/sapphire-themes/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli \ xloadimage:${PORTSDIR}/x11/xloadimage \ sapphire:${PORTSDIR}/x11-wm/sapphire -USE_PERL= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes NO_BUILD= yes diff --git a/x11-wm/swm/Makefile b/x11-wm/swm/Makefile index e4515f647375..ecdee907dfdb 100644 --- a/x11-wm/swm/Makefile +++ b/x11-wm/swm/Makefile @@ -21,7 +21,7 @@ MAKEFILE= Makefile-xpm PLIST= ${WRKDIR}/pkg-plist SCRIPTS= startswm USE_GMAKE= yes -USE_PERL= yes +USE_PERL5_BUILD=yes USE_XPM= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src |