diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 23:18:25 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 23:18:25 +0800 |
commit | 6c281f818a1cccf372727d0596806f6db23a1a42 (patch) | |
tree | 01ea1fd78b970879e16069e53e9934f493e56551 /security/nessus-devel/Makefile | |
parent | aa647260fe2c62c0b81d06dede560a9498446722 (diff) | |
download | freebsd-ports-gnome-6c281f818a1cccf372727d0596806f6db23a1a42.tar.gz freebsd-ports-gnome-6c281f818a1cccf372727d0596806f6db23a1a42.tar.zst freebsd-ports-gnome-6c281f818a1cccf372727d0596806f6db23a1a42.zip |
Deploy USE_GNOMENG infrastructure
PR: 42288
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'security/nessus-devel/Makefile')
-rw-r--r-- | security/nessus-devel/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/nessus-devel/Makefile b/security/nessus-devel/Makefile index 6016d8627adb..b95e2f455526 100644 --- a/security/nessus-devel/Makefile +++ b/security/nessus-devel/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 |