summaryrefslogtreecommitdiff
path: root/net/ntop/Makefile
diff options
context:
space:
mode:
authoradam <adam>2009-04-24 10:18:03 +0000
committeradam <adam>2009-04-24 10:18:03 +0000
commitaabb7f0f67dda2da592636c342d3f1f1541f5666 (patch)
treec22268181b34b186b23349e732ac63cad6e620cc /net/ntop/Makefile
parentf82d2d65eb2d5c4ba95a1dc462a1da6615bab442 (diff)
downloadpkgsrc-aabb7f0f67dda2da592636c342d3f1f1541f5666.tar.gz
Changes 3.3.9:
* Bug fixes * Uses GeoIP
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r--net/ntop/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index a9c5a7a24fb..8905af77067 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2009/01/09 08:53:26 dbj Exp $
+# $NetBSD: Makefile,v 1.51 2009/04/24 10:18:03 adam Exp $
-DISTNAME= ntop-3.3.8
+DISTNAME= ntop-3.3.9
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ntop/}
@@ -38,11 +38,9 @@ CONFIGURE_ARGS+= --disable-mt
.if ${OPSYS} == "Darwin"
# This package uses "-flat_namespace -undefined suppress" and exports
# symbols from the executable that get stripped unless we set this:
-
INSTALL_UNSTRIPPED= YES
.endif
-
pre-configure:
set -e; cd ${WRKSRC}; \
cp ${PREFIX}/share/libtool/ltmain.sh .; \
@@ -53,6 +51,7 @@ pre-configure:
.include "../../devel/pcre/buildlink3.mk"
.include "../../graphics/gdchart/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
+.include "../../net/GeoIP/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"