svn commit: r325758 - head/x11-wm/openbox

Baptiste Daroussin bapt at FreeBSD.org
Sat Aug 31 01:04:33 UTC 2013


Author: bapt
Date: Sat Aug 31 01:04:32 2013
New Revision: 325758
URL: http://svnweb.freebsd.org/changeset/ports/325758

Log:
  Add an explicit dependency on pkgconf
  While here convert USE_GMAKE to USES=gmake

Modified:
  head/x11-wm/openbox/Makefile

Modified: head/x11-wm/openbox/Makefile
==============================================================================
--- head/x11-wm/openbox/Makefile	Sat Aug 31 00:46:47 2013	(r325757)
+++ head/x11-wm/openbox/Makefile	Sat Aug 31 01:04:32 2013	(r325758)
@@ -13,7 +13,7 @@ COMMENT=	Small, fast, standards complian
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_GNOME=	glib20 libxml2 gnomehack ltverhack
 USE_XORG=	xft
 USE_AUTOTOOLS=	libtool


More information about the svn-ports-head mailing list