svn commit: r316393 - head/www/squid32

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


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


More information about the svn-ports-all mailing list