svn commit: r326350 - head/x11-wm/epplets

Antoine Brodin antoine at FreeBSD.org
Thu Sep 5 05:35:31 UTC 2013


Author: antoine
Date: Thu Sep  5 05:35:30 2013
New Revision: 326350
URL: http://svnweb.freebsd.org/changeset/ports/326350

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/x11-wm/epplets/Makefile

Modified: head/x11-wm/epplets/Makefile
==============================================================================
--- head/x11-wm/epplets/Makefile	Thu Sep  5 05:34:16 2013	(r326349)
+++ head/x11-wm/epplets/Makefile	Thu Sep  5 05:35:30 2013	(r326350)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	e16:${PORTSDIR}/x11-wm/e16 
 USE_XORG=	xext
 USE_GNOME=	esound
 USE_GL=		glut
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list