diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-04-23 21:30:49 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-04-23 21:30:49 +0000 |
commit | 335c2474505a2b2bb9c456c0cca1dc72a4ac7f8c (patch) | |
tree | 1d6bba84aa8e27f1973ef0a05d10702a92b1a2d6 /www/squid32 | |
parent | decb4e775e68afa7e59231519d210c1389698a18 (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/Makefile | 2 |
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 |