diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:18:25 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:18:25 +0000 |
commit | 9764e6505857f4063d97e31366e38431ac336f6a (patch) | |
tree | 97b00142e86a295dbb31a2888c7c703301e793db /security/nessus | |
parent | 0589be3553bfa4522f05aa3d0d35d4b850b94296 (diff) | |
download | ports-9764e6505857f4063d97e31366e38431ac336f6a.tar.gz ports-9764e6505857f4063d97e31366e38431ac336f6a.zip |
Notes
Diffstat (limited to 'security/nessus')
-rw-r--r-- | security/nessus/Makefile | 8 |
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 |