diff options
author | tron <tron> | 2002-11-28 08:57:41 +0000 |
---|---|---|
committer | tron <tron> | 2002-11-28 08:57:41 +0000 |
commit | 1d0431fa5d7474877e5c3c81a8ebee0164440f72 (patch) | |
tree | 49284ccec12189022e0f7361eafa79e35fef95e7 /net/mrtg | |
parent | 390980f7c1fcacb5351256464d8d982cd1e2d6fa (diff) | |
download | pkgsrc-1d0431fa5d7474877e5c3c81a8ebee0164440f72.tar.gz |
Buildlinkify this package to stop it from using packaged version of
"libintl" even if it is not necessary.
Diffstat (limited to 'net/mrtg')
-rw-r--r-- | net/mrtg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index a4a69777439..17fb7e5e3de 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2002/11/19 11:24:28 martti Exp $ -# +# $NetBSD: Makefile,v 1.35 2002/11/28 08:57:41 tron Exp $ DISTNAME= mrtg-2.9.26b PKGNAME= mrtg-2.9.26.2 @@ -20,6 +19,7 @@ COMMENT= The Multi-Router Traffic Grapher DEPENDS= gd>=1.8.4nb1:../../graphics/gd +USE_BUILDLINK2= YES USE_PERL5= YES PERL5_REQD= 5.6.0 USE_X11= YES @@ -80,4 +80,5 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/$$FILE ${PREFIX}/bin/mrtg$$FILE; \ done +.include "../../graphics/gd/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |