svn commit: r326020 - in head: graphics/libGLU x11-wm/jwm

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 16:04:21 UTC 2013


Author: bapt
Date: Mon Sep  2 16:04:20 2013
New Revision: 326020
URL: http://svnweb.freebsd.org/changeset/ports/326020

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/graphics/libGLU/Makefile
  head/x11-wm/jwm/Makefile

Modified: head/graphics/libGLU/Makefile
==============================================================================
--- head/graphics/libGLU/Makefile	Mon Sep  2 15:59:19 2013	(r326019)
+++ head/graphics/libGLU/Makefile	Mon Sep  2 16:04:20 2013	(r326020)
@@ -11,7 +11,7 @@ MAINTAINER=	x11 at FreeBSD.org
 COMMENT=	OpenGL utility library
 
 USE_BZIP2=	yes
-USES=		pathfix
+USES=		pathfix pkgconfig
 USE_GL=		gl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static

Modified: head/x11-wm/jwm/Makefile
==============================================================================
--- head/x11-wm/jwm/Makefile	Mon Sep  2 15:59:19 2013	(r326019)
+++ head/x11-wm/jwm/Makefile	Mon Sep  2 16:04:20 2013	(r326020)
@@ -14,6 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
+USES=		pkgconfig
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes


More information about the svn-ports-head mailing list