summaryrefslogtreecommitdiff
path: root/net/etherape
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-02-20 16:05:44 +0000
committerjmmv <jmmv>2004-02-20 16:05:44 +0000
commit0cf9d7258979c028a53731a134f4466847225434 (patch)
tree36c96bf79265760694fe9016c93ccf0625175bca /net/etherape
parent25cfe5b6574381796733697fb27951153e478612 (diff)
downloadpkgsrc-0cf9d7258979c028a53731a134f4466847225434.tar.gz
bl3ify
Diffstat (limited to 'net/etherape')
-rw-r--r--net/etherape/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/etherape/Makefile b/net/etherape/Makefile
index 9c9a17d27db..624a296794a 100644
--- a/net/etherape/Makefile
+++ b/net/etherape/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/02/09 18:47:38 jmmv Exp $
+# $NetBSD: Makefile,v 1.17 2004/02/20 16:05:44 jmmv Exp $
#
DISTNAME= etherape-0.9.0
@@ -12,7 +12,7 @@ COMMENT= Graphical network monitor
USE_GNU_TOOLS+= make
USE_X11= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
@@ -31,6 +31,7 @@ post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/services ${EGDIR}
-.include "../../devel/libglade2/buildlink2.mk"
-.include "../../devel/libgnomeui/buildlink2.mk"
+.include "../../devel/libglade2/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"