A couple more for this, posting it here so I don't lose them ;)
Index: graphics/gle/Makefile
===================================================================
RCS file: /cvs/ports/graphics/gle/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- graphics/gle/Makefile 2 Sep 2012 09:34:19 -0000 1.19
+++ graphics/gle/Makefile 10 Sep 2012 08:58:48 -0000
@@ -3,6 +3,7 @@
COMMENT= OpenGL Extrusion library
DISTNAME= gle-3.1.0
+REVISION= 0
CATEGORIES= graphics devel
SHARED_LIBS += gle 4.0 # 4.0
@@ -15,7 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
-WANTLIB += m
+WANTLIB += X11 Xext Xrandr Xrender m xcb
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=project/gle/gle/${DISTNAME}/}
@@ -26,7 +27,7 @@ SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXrandr"
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
post-extract:
Index: graphics/makehuman/Makefile
===================================================================
RCS file: /cvs/ports/graphics/makehuman/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- graphics/makehuman/Makefile 20 Mar 2012 16:36:16 -0000 1.14
+++ graphics/makehuman/Makefile 10 Sep 2012 09:29:41 -0000
@@ -5,7 +5,7 @@ COMMENT= parametrical modeling of 3D hum
DISTNAME= makehuman-0.9.1-rc1a
PKGNAME= makehuman-0.9.1rc1
CATEGORIES= graphics
-REVISION= 0
+REVISION= 1
HOMEPAGE= http://www.dedalo-3d.com/
@@ -17,6 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL GLU ICE SM X11 Xdamage Xext Xfixes Xi Xmu Xt Xxf86vm
WANTLIB += animorph c drm glut m mhgui png stdc++ xcb z
+WANTLIB += Xrandr Xrender usbhid
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=makehuman/}
@@ -34,7 +35,7 @@ USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXrandr"
CONFIGURE_ARGS= ${CONFIGURE_SHARED}