Date: Thu, 5 Sep 2013 05:35:31 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326350 - head/x11-wm/epplets Message-ID: <201309050535.r855ZVAV051140@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050535.r855ZVAV051140>