Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 21:47:49 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316394 - head/www/squid32
Message-ID:  <201304232147.r3NLlngu010678@svn.freebsd.org>

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



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