aboutsummaryrefslogtreecommitdiffstats
path: root/www/squid30
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2006-11-15 04:36:01 +0800
committerstas <stas@FreeBSD.org>2006-11-15 04:36:01 +0800
commit0c8a83665248d2ecaa1709ef08ef02e5e20575da (patch)
tree7db805d49c45443b68bedd6cb72411c8203483d4 /www/squid30
parent60309a1348abf7e27de20ef903b3e0bf37b547cc (diff)
downloadfreebsd-ports-gnome-0c8a83665248d2ecaa1709ef08ef02e5e20575da.tar.gz
freebsd-ports-gnome-0c8a83665248d2ecaa1709ef08ef02e5e20575da.tar.zst
freebsd-ports-gnome-0c8a83665248d2ecaa1709ef08ef02e5e20575da.zip
- Fix typo in LDFLAGS (s,-I,-L,)
Approved by: maintainer via private email
Diffstat (limited to 'www/squid30')
-rw-r--r--www/squid30/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile
index 10954b8e5ab4..1569535011b4 100644
--- a/www/squid30/Makefile
+++ b/www/squid30/Makefile
@@ -261,7 +261,7 @@ CONFIGURE_ARGS+= --enable-carp
CONFIGURE_ARGS+= --enable-ssl \
--with-openssl="${OPENSSLBASE}"
CFLAGS+= -I${OPENSSLINC}
-LDFLAGS+= -I${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib
.endif
.if defined(WITH_SQUID_PINGER)
CONFIGURE_ARGS+= --enable-icmp