diff options
author | martti <martti@pkgsrc.org> | 2003-12-17 14:22:30 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-12-17 14:22:30 +0000 |
commit | 88290cc8247c536d89e5b5cd9e6113f84a95afda (patch) | |
tree | 70b2728724055caa0a829055011bd96bb3f51f77 /net/mrtg | |
parent | c85a7291f7c0ece53b4462ba886fd7450c90212f (diff) | |
download | pkgsrc-88290cc8247c536d89e5b5cd9e6113f84a95afda.tar.gz |
Use buildlink
Diffstat (limited to 'net/mrtg')
-rw-r--r-- | net/mrtg/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index bd402b8cf5f..5696fa3b698 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2003/12/16 19:59:20 martti Exp $ +# $NetBSD: Makefile,v 1.46 2003/12/17 14:22:48 martti Exp $ DISTNAME= mrtg-2.10.11 PKGREVISION= 1 @@ -27,9 +27,6 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html COMMENT= The Multi-Router Traffic Grapher -DEPENDS+= p5-Socket6>=0.12:../../net/p5-Socket6 -DEPENDS+= p5-INET6>=2.00:../../net/p5-INET6 - USE_BUILDLINK2= YES USE_PERL5= YES PERL5_REQD= 5.6.1 @@ -92,4 +89,5 @@ do-install: .include "../../graphics/freetype-lib/buildlink2.mk" .include "../../graphics/gd/buildlink2.mk" +.include "../../net/p5-INET6/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |