diff options
author | veego <veego> | 2000-08-26 17:15:05 +0000 |
---|---|---|
committer | veego <veego> | 2000-08-26 17:15:05 +0000 |
commit | 1aafc2a0cf2e14d72a02bb482d15655f6d032fb7 (patch) | |
tree | 3b5d7001b2cd4662a1c516790717c56d29d16df0 | |
parent | a146cfef866932dc1cd9734076e8eb301ec2b65e (diff) | |
download | pkgsrc-1aafc2a0cf2e14d72a02bb482d15655f6d032fb7.tar.gz |
s/USE_PERL/USE_PERL5/
-rw-r--r-- | mail/cyrus-imapd/Makefile | 4 | ||||
-rw-r--r-- | net/nocol/Makefile | 4 | ||||
-rw-r--r-- | x11/afterstep/Makefile | 4 | ||||
-rw-r--r-- | x11/wmakerconf/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 24df4fdb449..e1da3eb221c 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/08/25 15:25:37 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/26 17:15:06 veego Exp $ DISTNAME= cyrus-imapd-1.6.24 CATEGORIES= mail @@ -13,7 +13,7 @@ DEPENDS+= cyrus-sasl-1.5.24:../../security/cyrus-sasl ONLY_FOR_PLATFORM= NetBSD-1.5*-* \ SunOS-*-* -USE_PERL= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-cyrus-prefix=${PREFIX}/cyrus diff --git a/net/nocol/Makefile b/net/nocol/Makefile index d4db32f40d4..dca535b6768 100644 --- a/net/nocol/Makefile +++ b/net/nocol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/07/13 15:34:10 abs Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/26 17:15:05 veego Exp $ # DISTNAME= nocol-4.3.1 @@ -9,7 +9,7 @@ MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netplex-tech.com/software/nocol/ -USE_PERL= yes +USE_PERL5= yes INSTALL_TARGET= install root diff --git a/x11/afterstep/Makefile b/x11/afterstep/Makefile index 2f52193d7d0..bef47738987 100644 --- a/x11/afterstep/Makefile +++ b/x11/afterstep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2000/08/23 23:14:33 tron Exp $ +# $NetBSD: Makefile,v 1.26 2000/08/26 17:15:06 veego Exp $ DISTNAME= AfterStep-1.8.0 PKGNAME= afterstep-1.8.0 @@ -19,7 +19,7 @@ DEPENDS+= xp-*:../../x11/xp GNU_CONFIGURE= YES USE_LIBTOOL= YES -USE_PERL= YES +USE_PERL5= YES USE_X11= YES USE_XPM= YES diff --git a/x11/wmakerconf/Makefile b/x11/wmakerconf/Makefile index e2b4d02a82e..8899fc7b3be 100644 --- a/x11/wmakerconf/Makefile +++ b/x11/wmakerconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/04/08 08:41:26 rh Exp $ +# $NetBSD: Makefile,v 1.16 2000/08/26 17:15:06 veego Exp $ # DISTNAME= wmakerconf-2.6.1 @@ -14,7 +14,7 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= windowmaker-*:../../x11/windowmaker USE_X11BASE= yes -USE_PERL= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" |