diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-20 23:06:14 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-20 23:06:14 +0800 |
commit | 85b347f2f1f2c3714d722b400bd76a4d6640b020 (patch) | |
tree | 86a1517beeb26da66f15a0fc6f5f779eb53bca0e /x11 | |
parent | 6a2df4aa12e6cb7c831edfab64dd12ac3c857376 (diff) | |
download | freebsd-ports-gnome-85b347f2f1f2c3714d722b400bd76a4d6640b020.tar.gz freebsd-ports-gnome-85b347f2f1f2c3714d722b400bd76a4d6640b020.tar.zst freebsd-ports-gnome-85b347f2f1f2c3714d722b400bd76a4d6640b020.zip |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
Diffstat (limited to 'x11')
-rw-r--r-- | x11/bricons/Makefile | 2 | ||||
-rw-r--r-- | x11/dgs/Makefile | 2 | ||||
-rw-r--r-- | x11/keylaunch/Makefile | 2 | ||||
-rw-r--r-- | x11/login.app/Makefile | 2 | ||||
-rw-r--r-- | x11/rxvt-devel/Makefile | 2 | ||||
-rw-r--r-- | x11/xmotd/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/x11/bricons/Makefile b/x11/bricons/Makefile index 6669c690303d..aad5faf04a3c 100644 --- a/x11/bricons/Makefile +++ b/x11/bricons/Makefile @@ -16,7 +16,7 @@ MAINTAINER= shanee@augusta.de COMMENT= Quick start up utility for applications on an X display USE_IMAKE= yes -USE_PERL= yes +USE_PERL5_BUILD=yes USE_XPM= yes MAN1= bricons.1 diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index e67af89741b7..d8fb08f2efb6 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} USE_X_PREFIX= yes -USE_PERL= yes +USE_PERL5_BUILD=yes USE_GMAKE= yes USE_GNOME= glib12 INSTALLS_SHLIB= yes diff --git a/x11/keylaunch/Makefile b/x11/keylaunch/Makefile index 130984893c32..179fc1ff7a32 100644 --- a/x11/keylaunch/Makefile +++ b/x11/keylaunch/Makefile @@ -15,7 +15,7 @@ COMMENT= An X utility for binding commands to a hot key WRKSRC= ${WRKDIR}/keylaunch USE_GMAKE= yes -USE_PERL= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes PKGMESSAGE= ${WRKSRC}/pkg-message diff --git a/x11/login.app/Makefile b/x11/login.app/Makefile index d2d674889257..2906b934e475 100644 --- a/x11/login.app/Makefile +++ b/x11/login.app/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker \ WRKSRC= ${WRKDIR}/Login.app-${PORTVERSION:S/.a/-Alpha-/} -USE_PERL= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes USE_XPM= yes MAKE_ENV= MKDIR="${MKDIR}" diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 824544a9d3dc..da7576533a53 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -23,7 +23,7 @@ COMMENT= A low memory usage xterm replacement that supports color USE_LIBTOOL= yes -USE_PERL= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes diff --git a/x11/xmotd/Makefile b/x11/xmotd/Makefile index 8979c73c2416..50eb7a455e5f 100644 --- a/x11/xmotd/Makefile +++ b/x11/xmotd/Makefile @@ -14,7 +14,7 @@ MAINTAINER= mwest@uct.ac.za COMMENT= A message-of-the-day browser for X11 and dumb-terminals USE_IMAKE= yes -USE_PERL= yes +USE_PERL5_BUILD=yes NO_INSTALL_MANPAGES= yes XFREE86_HTML_MAN= no |