summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/nessus-core/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/nessus-core/Makefile b/security/nessus-core/Makefile
index 4f5528043d3..cd035141c32 100644
--- a/security/nessus-core/Makefile
+++ b/security/nessus-core/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.32 2008/01/18 05:09:38 tnn Exp $
+# $NetBSD: Makefile,v 1.33 2008/07/01 21:27:38 bad Exp $
.include "../../security/nessus/Makefile.common"
DISTNAME= nessus-core-${VERS}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Core module of the Nessus Network Security Scanner
@@ -14,7 +14,8 @@ USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --enable-gtk
CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
-CONFIGURE_ARGS+= --sharedstatedir=${PKG_SYSCONFBASE:Q}
+CONFIGURE_ARGS+= --sharedstatedir=${VARBASE:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q}
CONFIGURE_ENV+= ac_cv_path_GTKCONFIG="pkg-config gtk+-2.0" \
ac_cv_path_GLIBCONFIG="pkg-config glib-2.0"