summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/ntop/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index caf6e49ac1a..44caffe4b7a 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/08/24 11:43:47 abs Exp $
+# $NetBSD: Makefile,v 1.21 2001/09/10 17:33:40 wiz Exp $
DISTNAME= ntop-1.1
PKGNAME= ntop-1.1nb1
@@ -16,11 +16,6 @@ CONFIGURE_ARGS+= --enable-threads=no
INSTALL_TARGET= install install-man
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
-DEPENDS+= libpcap>=0.4:../../net/libpcap
-.endif
-
+.include "../../net/libpcap/buildlink.mk"
.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/bsd.pkg.mk"