aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-08-31 20:51:28 +0800
committerdinoex <dinoex@FreeBSD.org>2003-08-31 20:51:28 +0800
commite1d92326ee90b8341e3a4d2662c4ee77f1555fb4 (patch)
tree3e53f07e4ae8798b8e758dfa94350fe111f65c67 /www
parente8c9bac99489de03fb923eff3c0a2b2476777ca3 (diff)
downloadfreebsd-ports-graphics-e1d92326ee90b8341e3a4d2662c4ee77f1555fb4.tar.gz
freebsd-ports-graphics-e1d92326ee90b8341e3a4d2662c4ee77f1555fb4.tar.zst
freebsd-ports-graphics-e1d92326ee90b8341e3a4d2662c4ee77f1555fb4.zip
- don't clobber any given LDFLAGS
resoves conflitcs with bsd.openssl.mk Approved by: demon
Diffstat (limited to 'www')
-rw-r--r--www/links/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index cfb20e89001..3b70c362960 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -17,7 +17,8 @@ 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
USE_BZIP2= yes