summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-04-23 21:47:49 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-04-23 21:47:49 +0000
commitc4ddb35931a269cb73450c20992672aef8cfb6dc (patch)
tree6f53b04e6681c0230e6db4144c59b6d8300db135
parentFix typo in USES. (diff)
pkgconfig:build will suffice.
Approved by: portmgr (bapt)
-rw-r--r--www/squid32/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid32/Makefile b/www/squid32/Makefile
index 0d858c106437..11d437148a68 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+= pkgconfig
+USES+= pkgconfig:build
.else
CONFIGURE_ARGS+= --disable-ecap
.endif