A little fix to graphics/dia 's wantlib.
Diff attached.
 Giovanni 
diff -ruNx CVS graphics/dia/Makefile mystuff/graphics/dia/Makefile
--- graphics/dia/Makefile       Fri Apr  6 13:59:55 2007
+++ mystuff/graphics/dia/Makefile       Sun May  6 10:34:46 2007
@@ -3,7 +3,7 @@
 COMMENT=       "technical diagrams drawing tool"
 
 DISTNAME=      dia-0.96.1
-PKGNAME=       ${DISTNAME}p0
+PKGNAME=       ${DISTNAME}p1
 CATEGORIES=    graphics
 
 HOMEPAGE=      http://live.gnome.org/Dia/
@@ -15,8 +15,9 @@
 PERMIT_PACKAGE_FTP=     Yes
 PERMIT_DISTFILES_CDROM= Yes
 PERMIT_DISTFILES_FTP=   Yes
-WANTLIB=       X11 Xau Xdmcp expat Xrender atk-1.0 c z xml2 pthread 
gthread-2.0 \
-               fontconfig freetype glib-2.0 gmodule-2.0 \
+WANTLIB=       X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
+               Xrender atk-1.0 c z xml2 pthread gthread-2.0 \
+               expat fontconfig freetype glib-2.0 gmodule-2.0 \
                gobject-2.0 m pango-1.0 pangocairo-1.0 \
                pangoft2-1.0 png cairo glitz
 

Reply via email to