svn commit: r316394 - head/www/squid32

Emanuel Haupt ehaupt at FreeBSD.org
Tue Apr 23 21:47:50 UTC 2013


Author: ehaupt
Date: Tue Apr 23 21:47:49 2013
New Revision: 316394
URL: http://svnweb.freebsd.org/changeset/ports/316394

Log:
  pkgconfig:build will suffice.
  
  Approved by:	portmgr (bapt)

Modified:
  head/www/squid32/Makefile

Modified: head/www/squid32/Makefile
==============================================================================
--- head/www/squid32/Makefile	Tue Apr 23 21:30:49 2013	(r316393)
+++ head/www/squid32/Makefile	Tue Apr 23 21:47:49 2013	(r316394)
@@ -456,7 +456,7 @@ CONFIGURE_ARGS+=	--enable-ecap
 LIB_DEPENDS+=	ecap:${PORTSDIR}/www/libecap
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES+=		pkgconfig
+USES+=		pkgconfig:build
 .else
 CONFIGURE_ARGS+=	--disable-ecap
 .endif


More information about the svn-ports-head mailing list