Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 20:19:06 +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: r326074 - head/x11-toolkits/gnustep-back
Message-ID:  <201309022019.r82KJ6Mh013817@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309022019.r82KJ6Mh013817>