Fix wantlib after gtk+2 update.
  Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nmap/Makefile,v
retrieving revision 1.72
diff -u -r1.72 Makefile
--- Makefile    15 Sep 2007 22:36:56 -0000      1.72
+++ Makefile    10 Nov 2007 09:56:10 -0000
@@ -3,6 +3,7 @@
 COMMENT=       scan ports and fingerprint stack of network hosts
 
 DISTNAME=      nmap-4.20
+PKGNAME=       ${DISTNAME}p0
 CATEGORIES=    net security
 MASTER_SITES=  ${HOMEPAGE}dist/
 EXTRACT_SUFX=  .tgz
@@ -44,7 +45,7 @@
 USE_X11=       Yes
 ALL_TARGET=    nmap nmapfe/nmapfe
 WANTLIB+=      X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
-               Xrender expat fontconfig freetype z \
+               Xcomposite Xdamage Xrender expat fontconfig freetype z \
                atk-1.0 glib-2.0 gmodule-2.0 gobject-2.0 glitz png \
                pango-1.0 pangoft2-1.0 pangocairo-1.0 cairo
 MODULES=       devel/gettext

Reply via email to