summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-09-10 17:33:40 +0000
committerwiz <wiz@pkgsrc.org>2001-09-10 17:33:40 +0000
commitbc129b2d0369a20c803882a9b4ca71879f462cb5 (patch)
tree28a4366496f6980f1d0fe11ebb19c92d350a3b85 /net/ntop
parent5637d1b145dc2bc0fc407c6b1e79f06daf43c128 (diff)
downloadpkgsrc-bc129b2d0369a20c803882a9b4ca71879f462cb5.tar.gz
libpcap buildlink instead of OS test. By Stoned Elipot in pkg/13921.
Diffstat (limited to 'net/ntop')
-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"