- don't clobber any given LDFLAGS

resoves conflitcs with bsd.openssl.mk
Approved by:	demon
This commit is contained in:
Dirk Meyer 2003-08-31 12:51:28 +00:00
parent 7ceeb0a2f8
commit 5aadeba36f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88195

View File

@ -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