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 /net/nocol | |
parent | a146cfef866932dc1cd9734076e8eb301ec2b65e (diff) | |
download | pkgsrc-1aafc2a0cf2e14d72a02bb482d15655f6d032fb7.tar.gz |
s/USE_PERL/USE_PERL5/
Diffstat (limited to 'net/nocol')
-rw-r--r-- | net/nocol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |