summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-10 02:22:49 +0000
committerjlam <jlam>2004-02-10 02:22:49 +0000
commit0e80a56e9247fa11de2322818c358b43d2009bbf (patch)
tree8abf46d6a8e9e71a4c3767971f8e49b7a282b86d /comms
parent04040c4c082c81508172f9372bd7925dab512be7 (diff)
downloadpkgsrc-0e80a56e9247fa11de2322818c358b43d2009bbf.tar.gz
PERL5_REQD is now a list of values, so append to its value instead of
setting it.
Diffstat (limited to 'comms')
-rw-r--r--comms/esms/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/esms/Makefile b/comms/esms/Makefile
index 64a1d48cfd8..d693246646e 100644
--- a/comms/esms/Makefile
+++ b/comms/esms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 21:26:40 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/02/10 02:22:49 jlam Exp $
DISTNAME= esms-0.9.5
CATEGORIES= comms
@@ -15,7 +15,7 @@ DEPENDS+= p5-HTML-Tree>=3.11:../../www/p5-HTML-Tree
GNU_CONFIGURE= YES
USE_PERL5= YES
-PERL5_REQD?= 5.6.1
+PERL5_REQD+= 5.6.1
REPLACE_PERL= esms
.include "../../mk/bsd.pkg.mk"