summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>2001-04-26 08:38:12 +0000
committertron <tron>2001-04-26 08:38:12 +0000
commite2bf7dc72a9a5172f00ab79eac3e37bb9d22aa33 (patch)
treec3f2878b1f39129c1d26b564e73aad714865af9d /net
parentbe0cc5074e2a8a5b5bd2c84e67d4594f0453a348 (diff)
downloadpkgsrc-e2bf7dc72a9a5172f00ab79eac3e37bb9d22aa33.tar.gz
Set minimum required Perl 5 version to 5.6.0. Fixes PR pkg/12743 by
Kimmo Suominen.
Diffstat (limited to 'net')
-rw-r--r--net/mrtg/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile
index 09ac06943be..3edb121587c 100644
--- a/net/mrtg/Makefile
+++ b/net/mrtg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/03/06 10:26:48 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2001/04/26 08:38:12 tron Exp $
# FreeBSD Id: Makefile,v 1.7 1997/12/16 19:42:17 vanilla Exp
#
@@ -19,9 +19,10 @@ COMMENT= The Multi-Router Traffic Grapher
DEPENDS= gd>=1.8.1:../../graphics/gd
-USE_PERL5= # defined
-USE_X11= # defined
-GNU_CONFIGURE= # defined
+USE_PERL5= YES
+PERL5_REQD= 5.6.0
+USE_X11= YES
+GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-gd-inc=${LOCALBASE}/include \
--with-gd-lib=${LOCALBASE}/lib