Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2013 21:30:50 +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: r316393 - head/www/squid32
Message-ID:  <201304232130.r3NLUobT006074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Apr 23 21:30:49 2013
New Revision: 316393
URL: http://svnweb.freebsd.org/changeset/ports/316393

Log:
  Fix typo in USES.
  
  Approved by:	portmgr (bapt)

Modified:
  head/www/squid32/Makefile

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



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