summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 08:24:03 +0000
committersnj <snj>2004-04-25 08:24:03 +0000
commit46b4b293a91a79b43bc68b39faf314f10cf07e4b (patch)
tree8e30c1d10cf5052a43c9b29125d30dbbb20a51f7 /net/ntop
parent7546cd8ab03b557c86abb1cf9767a875584ab571 (diff)
downloadpkgsrc-46b4b293a91a79b43bc68b39faf314f10cf07e4b.tar.gz
Convert to buildlink3.
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 0eb65a49974..1173e7a8d04 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/09/28 09:13:58 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2004/04/25 08:24:03 snj Exp $
DISTNAME= ntop-1.1
PKGREVISION= 2
@@ -10,13 +10,13 @@ MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.ntop.org/
COMMENT= Shows network usage (similar to "top" for processes)
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-threads=no
INSTALL_TARGET= install install-man
-.include "../../net/libpcap/buildlink2.mk"
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"