svn commit: r326074 - head/x11-toolkits/gnustep-back

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 20:19:07 UTC 2013


Author: antoine
Date: Mon Sep  2 20:19:06 2013
New Revision: 326074
URL: http://svnweb.freebsd.org/changeset/ports/326074

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

Modified:
  head/x11-toolkits/gnustep-back/Makefile

Modified: head/x11-toolkits/gnustep-back/Makefile
==============================================================================
--- head/x11-toolkits/gnustep-back/Makefile	Mon Sep  2 20:10:18 2013	(r326073)
+++ head/x11-toolkits/gnustep-back/Makefile	Mon Sep  2 20:19:06 2013	(r326074)
@@ -27,6 +27,7 @@ CONFIGURE_ARGS+=	--with-jpeg-library=${L
 CONFIGURE_ARGS+=	--with-jpeg-include=${LOCALBASE}/include
 CONFIGURE_ARGS+=	--with-gif-library=${LOCALBASE}/lib
 CONFIGURE_ARGS+=	--with-gif-include=${LOCALBASE}/include
+USES=			pkgconfig
 USE_GNUSTEP=		yes
 USE_GNUSTEP_GUI=	yes
 USE_GNUSTEP_CONFIGURE=	yes


More information about the svn-ports-all mailing list