diff -ru /usr/ports/security/nessus/files/patch-nessus-Makefile nessus/files/patch-nessus-Makefile
--- /usr/ports/security/nessus/files/patch-nessus-Makefile	1970-01-01 01:00:00.000000000 +0100
+++ nessus/files/patch-nessus-Makefile	2013-10-23 08:01:43.000000000 +0200
@@ -0,0 +1,11 @@
+--- nessus/Makefile.orig	2003-02-22 14:47:43.000000000 +0100
++++ nessus/Makefile	2013-10-23 08:00:26.000000000 +0200
+@@ -3,7 +3,7 @@
+ GTKLIBS= $(GTKCONFIG_LIBS) $(GLIBCONFIG_LIBS)
+ INCLUDE = ${include} $(GTKCONFIG_CFLAGS) $(GLIBCONFIG_CFLAGS) -Igdchart0.94b -Igdchart0.94b/gd1.3
+ LIBS = `$(NESSUSCONFIG) --libs` $(X_LIBS) $(X_CFLAGS) $(GTKLIBS) \
+-	$(RUN_LIBS) $(C_R_LIB) gdchart0.94b/gd1.3/libgd.a -lm 
++	$(RUN_LIBS) $(C_R_LIB) -L gdchart0.94b/gd1.3 -lgd -lm 
+ 
+ NESSUS_INCLUDE=`sh ./cflags`	
+