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 | |
parent | Do not install UnBom font. There was a copyright dispute and the upstream (diff) |
Fix typo in USES.
Approved by: portmgr (bapt)
-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 |