pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Use buildlink



details:   https://anonhg.NetBSD.org/pkgsrc/rev/150611c716bc
branches:  trunk
changeset: 464891:150611c716bc
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed Dec 17 14:22:30 2003 +0000

description:
Use buildlink

diffstat:

 net/mrtg/Makefile     |  6 ++----
 net/p5-INET6/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 4b6ba174ec98 -r 150611c716bc net/mrtg/Makefile
--- a/net/mrtg/Makefile Wed Dec 17 14:21:39 2003 +0000
+++ b/net/mrtg/Makefile Wed Dec 17 14:22:30 2003 +0000
@@ -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 @@
 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 @@
 
 .include "../../graphics/freetype-lib/buildlink2.mk"
 .include "../../graphics/gd/buildlink2.mk"
+.include "../../net/p5-INET6/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 4b6ba174ec98 -r 150611c716bc net/p5-INET6/Makefile
--- a/net/p5-INET6/Makefile     Wed Dec 17 14:21:39 2003 +0000
+++ b/net/p5-INET6/Makefile     Wed Dec 17 14:22:30 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/16 19:41:03 martti Exp $
+# $NetBSD: Makefile,v 1.2 2003/12/17 14:22:30 martti Exp $
 #
 
 DISTNAME=      INET6-2.00
@@ -13,5 +13,6 @@
 USE_BUILDLINK2=        YES
 PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/IO/Socket/INET6/.packlist
 
+.include "../../net/p5-Socket6/buildlink2.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index