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 /comms/esms | |
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 'comms/esms')
-rw-r--r-- | comms/esms/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/esms/Makefile b/comms/esms/Makefile index 19e34501302..4859ba64e49 100644 --- a/comms/esms/Makefile +++ b/comms/esms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/17 20:00:36 tron Exp $ +# $NetBSD: Makefile,v 1.2 2002/07/24 19:45:22 jlam Exp $ DISTNAME= esms-0.9.5 CATEGORIES= comms @@ -8,13 +8,14 @@ MAINTAINER= jmmv@hispabsd.org HOMEPAGE= http://esms.sourceforge.net/ COMMENT= Command line SMS send tool -DEPENDS+= perl>=5.6.1:../../lang/perl5 DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww DEPENDS+= p5-HTML-Parser>=3.25:../../www/p5-HTML-Parser DEPENDS+= p5-HTML-Tree>=3.11:../../www/p5-HTML-Tree GNU_CONFIGURE= YES +USE_PERL5= YES +PERL5_REQD?= 5.6.1 REPLACE_PERL= esms .include "../../mk/bsd.pkg.mk" |