summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authoradam <adam>2005-01-19 11:08:27 +0000
committeradam <adam>2005-01-19 11:08:27 +0000
commitf3d032bf53d0626afb60d12a32cce56d685ed472 (patch)
treef90e89e5e814daf8b391c7bc4557ce6d205612b5 /net/ntop
parent1ff9c3bd2da55b1bae4fca2c30daca98e32c0dfc (diff)
downloadpkgsrc-f3d032bf53d0626afb60d12a32cce56d685ed472.tar.gz
Fix localstatedir; depend on gdome2 (needed for xmldump plug-in); revision bump
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 4ab797c32de..3085edfae55 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2005/01/11 19:38:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.33 2005/01/19 11:08:27 adam Exp $
DISTNAME= ntop-3.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ntop/}
EXTRACT_SUFX= .tgz
@@ -19,6 +19,7 @@ USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/ntop
CONFIGURE_ARGS+= --with-gd-root=${BUILDLINK_PREFIX.gd}
CONFIGURE_ARGS+= --with-gdbm-root=${BUILDLINK_PREFIX.gdbm}
@@ -39,6 +40,7 @@ BUILDLINK_DEPENDS.libpcap+= libpcap>=0.8.3
.include "../../graphics/gdchart/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
+.include "../../textproc/gdome2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"