ports/69333: maintainer-update of security/nessus-*

Udo Schweigert Udo.Schweigert at siemens.com
Sat Jul 24 07:47:06 UTC 2004


Here's another patch for security/nessus/Makfile to be applied after the big
upgrade patch to 2.0.12. It fixes handling of the different gtk versions.


Index: Makefile
===================================================================
RCS file: /home/ncvs/work/ports/nessus/Makefile,v
retrieving revision 1.80
diff -u -r1.80 Makefile
--- Makefile	23 Jul 2004 15:18:59 -0000	1.80
+++ Makefile	24 Jul 2004 07:42:35 -0000
@@ -30,7 +30,10 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${HAVE_GNOME:Mgtk12}!=""
+.if ${HAVE_GNOME:Mgtk20}!=""
+USE_GNOME+=	gtk20
+PKGNAMESUFFIX=	-gtk2
+.elif ${HAVE_GNOME:Mgtk12}!=""
 USE_GNOME+=	gtk12
 PKGNAMESUFFIX=	-gtk
 .else


--
Udo Schweigert, Siemens AG   | Voice      : +49 89 636 42170
CT IC CERT, Siemens CERT     | Fax        : +49 89 636 41166
D-81730 München / Germany    | email      : Udo.Schweigert at siemens.com
SCD2, certificates           | http://scd.siemens.com/db4/lookUp?tcgid=ZZZZZZYG



More information about the freebsd-ports-bugs mailing list