summaryrefslogtreecommitdiff
path: root/www/links
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-31 12:51:28 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-31 12:51:28 +0000
commit5aadeba36f0df68504ad16a60a5da73dd68a6657 (patch)
treebd348ab8b08db527fe61a5ccc89cecdd2345fdc5 /www/links
parent- Support POWERDNS_WITH_RECURSOR in STABLE (diff)
- don't clobber any given LDFLAGS
resoves conflitcs with bsd.openssl.mk Approved by: demon
Notes
Notes: svn path=/head/; revision=88195
Diffstat (limited to 'www/links')
-rw-r--r--www/links/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index cfb20e890014..3b70c362960a 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