Index: graphics/jogl/Makefile =================================================================== RCS file: /usr/ncvs/ports/graphics/jogl/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- graphics/jogl/Makefile 11 Jun 2008 13:08:31 -0000 1.1 +++ graphics/jogl/Makefile 5 Sep 2008 08:20:23 -0000 @@ -23,8 +23,11 @@ Xfixes.3:${PORTSDIR}/x11/libXfixes \ Xxf86vm.1:${PORTSDIR}/x11/libXxf86vm \ drm.2:${PORTSDIR}/graphics/libdrm -BUILD_DEPENDS= java:${PORTSDIR}/java/javavmwrapper \ - ${JAVALIBDIR}/antlr.jar:${PORTSDIR}/devel/antlr +BUILD_DEPENDS= java:${PORTSDIR}/java/javavmwrapper \ + ${JAVALIBDIR}/antlr.jar:${PORTSDIR}/devel/antlr \ + ${LOCALBASE}/include/X11/extensions/xf86vmode.h:${PORTSDIR}/x11/xf86vidmodeproto \ + ${LOCALBASE}/include/X11/Core.h:${PORTSDIR}/x11-toolkits/libXt \ + ${LOCALBASE}/include/X11/X.h:${PORTSDIR}/x11/xproto RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper NO_WRKSUBDIR= yes