diff options
author | jlam <jlam> | 2004-02-10 02:22:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-10 02:22:49 +0000 |
commit | 0e80a56e9247fa11de2322818c358b43d2009bbf (patch) | |
tree | 8abf46d6a8e9e71a4c3767971f8e49b7a282b86d /net/mrtg/Makefile | |
parent | 04040c4c082c81508172f9372bd7925dab512be7 (diff) | |
download | pkgsrc-0e80a56e9247fa11de2322818c358b43d2009bbf.tar.gz |
PERL5_REQD is now a list of values, so append to its value instead of
setting it.
Diffstat (limited to 'net/mrtg/Makefile')
-rw-r--r-- | net/mrtg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 5696fa3b698..49927132f59 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2003/12/17 14:22:48 martti Exp $ +# $NetBSD: Makefile,v 1.47 2004/02/10 02:22:50 jlam Exp $ DISTNAME= mrtg-2.10.11 PKGREVISION= 1 @@ -29,7 +29,7 @@ COMMENT= The Multi-Router Traffic Grapher USE_BUILDLINK2= YES USE_PERL5= YES -PERL5_REQD= 5.6.1 +PERL5_REQD+= 5.6.1 USE_X11= YES GNU_CONFIGURE= YES BUILD_DEFS+= USE_INET6 |