aboutsummaryrefslogtreecommitdiff
path: root/www/squid32
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-04-23 21:30:49 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-04-23 21:30:49 +0000
commit335c2474505a2b2bb9c456c0cca1dc72a4ac7f8c (patch)
tree1d6bba84aa8e27f1973ef0a05d10702a92b1a2d6 /www/squid32
parentdecb4e775e68afa7e59231519d210c1389698a18 (diff)
Fix typo in USES.
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=316393
Diffstat (limited to 'www/squid32')
-rw-r--r--www/squid32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid32/Makefile b/www/squid32/Makefile
index 5be1f96d32b1..0d858c106437 100644
--- a/www/squid32/Makefile
+++ b/www/squid32/Makefile
@@ -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