diff options
author | jlam <jlam> | 2002-07-24 19:45:22 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-07-24 19:45:22 +0000 |
commit | 04ed2224a3ecc359d5c85084b1f05f4629638190 (patch) | |
tree | 8d3205091ef102f873815aafda1fc32447c8b6c2 /sysutils/rconfig | |
parent | ad86dcc72c2c3be7128b76a6d1b3884fa7b1e1b7 (diff) | |
download | pkgsrc-04ed2224a3ecc359d5c85084b1f05f4629638190.tar.gz |
Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
Diffstat (limited to 'sysutils/rconfig')
-rw-r--r-- | sysutils/rconfig/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/rconfig/Makefile b/sysutils/rconfig/Makefile index e28a58ebe25..2a44ad151cf 100644 --- a/sysutils/rconfig/Makefile +++ b/sysutils/rconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/07/03 13:18:30 abs Exp $ +# $NetBSD: Makefile,v 1.7 2002/07/24 19:45:27 jlam Exp $ DISTNAME= rconfig-0.11 CATEGORIES= sysutils @@ -10,9 +10,10 @@ COMMENT= Manage configuration files for many machines via rdist trees DEPENDS+= fping-[0-9]*:../../net/fping DEPENDS+= freerdist-[0-9]*:../../net/rdist6 -DEPENDS+= perl>=5.0:../../lang/perl5 DEPENDS+= srsh-[0-9]*:../../net/srsh +USE_PERL5= # defined + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rconfig.pl ${PREFIX}/sbin/rconfig ${INSTALL_SCRIPT} ${WRKSRC}/probe.sh ${PREFIX}/libexec/rconfig_probe |