summaryrefslogtreecommitdiff
path: root/security/nessus-core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/nessus-core/Makefile')
-rw-r--r--security/nessus-core/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/security/nessus-core/Makefile b/security/nessus-core/Makefile
index ada0e1e14ce..0fb29cb0885 100644
--- a/security/nessus-core/Makefile
+++ b/security/nessus-core/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/05/19 16:23:12 adam Exp $
-#
+# $NetBSD: Makefile,v 1.13 2004/07/20 11:48:38 adam Exp $
DISTNAME= nessus-core-${VERS}
.include "../nessus/Makefile.common"
@@ -7,17 +6,17 @@ DISTNAME= nessus-core-${VERS}
COMMENT= Core module of the Nessus Network Security Scanner
WRKSRC= ${WRKDIR}/nessus-core
-USE_BUILDLINK3= yes
-USE_PKGINSTALL= yes
-USE_X11= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-gtk \
- --with-x \
- --localstatedir=/var
+USE_BUILDLINK3= yes
+USE_PKGINSTALL= yes
+USE_X11= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-gtk --with-x --localstatedir=${VARBASE}
+CONFIGURE_ENV+= ac_cv_path_GTKCONFIG="pkg-config gtk+-2.0" \
+ ac_cv_path_GLIBCONFIG="pkg-config glib-2.0"
RCD_SCRIPTS= nessusd
.include "../../security/libnasl/buildlink3.mk"
.include "../../security/nessus-libraries/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"