aboutsummaryrefslogtreecommitdiff
path: root/security/nessus
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:18:25 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:18:25 +0000
commit9764e6505857f4063d97e31366e38431ac336f6a (patch)
tree97b00142e86a295dbb31a2888c7c703301e793db /security/nessus
parent0589be3553bfa4522f05aa3d0d35d4b850b94296 (diff)
downloadports-9764e6505857f4063d97e31366e38431ac336f6a.tar.gz
ports-9764e6505857f4063d97e31366e38431ac336f6a.zip
Deploy USE_GNOMENG infrastructure
PR: 42288 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65417
Diffstat (limited to 'security/nessus')
-rw-r--r--security/nessus/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/nessus/Makefile b/security/nessus/Makefile
index 17b0f6d46b6b..fdc2dbde57f8 100644
--- a/security/nessus/Makefile
+++ b/security/nessus/Makefile
@@ -27,12 +27,14 @@ DIST_SUBDIR= nessus
WRKSRC= ${WRKDIR}/nessus-core
USE_LIBTOOL= yes
-WANT_GTK= yes
+USE_GNOMENG= yes
+WANT_GNOME= yes
.include <bsd.port.pre.mk>
-.if defined(HAVE_GTK)
-USE_GTK= yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+= gtk12
+PKGNAMESUFFIX= -gtk
.else
CONFIGURE_ARGS+=--disable-gtk
.endif