diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-04-24 05:47:49 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-04-24 05:47:49 +0800 |
commit | ce513d808a0f845417a4a26235b70b9a53ca7bf6 (patch) | |
tree | 6f53b04e6681c0230e6db4144c59b6d8300db135 /www/squid32 | |
parent | bd60f3130a95756a5dcfce74c7ca564d979c6b35 (diff) | |
download | freebsd-ports-gnome-ce513d808a0f845417a4a26235b70b9a53ca7bf6.tar.gz freebsd-ports-gnome-ce513d808a0f845417a4a26235b70b9a53ca7bf6.tar.zst freebsd-ports-gnome-ce513d808a0f845417a4a26235b70b9a53ca7bf6.zip |
pkgconfig:build will suffice.
Approved by: portmgr (bapt)
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 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 |