aboutsummaryrefslogtreecommitdiffstats
path: root/www/links
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-09-02 15:40:06 +0800
committerdemon <demon@FreeBSD.org>2003-09-02 15:40:06 +0800
commit948de617b6c787b506ad2d280e0808bd5e95bd85 (patch)
tree9e876280a33c7b2934d6b03aa41d698153ee07e9 /www/links
parent3a9c8eb2f33890cc161502f140ff4c2aa87a4e2b (diff)
downloadfreebsd-ports-gnome-948de617b6c787b506ad2d280e0808bd5e95bd85.tar.gz
freebsd-ports-gnome-948de617b6c787b506ad2d280e0808bd5e95bd85.tar.zst
freebsd-ports-gnome-948de617b6c787b506ad2d280e0808bd5e95bd85.zip
Remove LDFLAGS from CONFIGURE_ENV, it compiles fine with the
latest version of bsd.openssl.mk.
Diffstat (limited to 'www/links')
-rw-r--r--www/links/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index b0a052fa896a..3b70c362960a 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -17,7 +17,7 @@ COMMENT= Lynx-like text WWW browser
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-javascript --with-ssl --without-svgalib
-CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include' LDFLAGS='-L${LOCALBASE}/lib'
+CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include'
LDFLAGS+= -L${LOCALBASE}/lib
USE_OPENSSL= yes