diff options
author | jmmv <jmmv> | 2004-02-20 16:05:44 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-20 16:05:44 +0000 |
commit | 638fc6b0c2931f43c546e41b49e6f9569e1cf6b7 (patch) | |
tree | 36c96bf79265760694fe9016c93ccf0625175bca /net | |
parent | 3cc74e3c0ae13fead52ea1957016963149e7241d (diff) | |
download | pkgsrc-638fc6b0c2931f43c546e41b49e6f9569e1cf6b7.tar.gz |
bl3ify
Diffstat (limited to 'net')
-rw-r--r-- | net/etherape/Makefile | 9 |
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" |