Remove LDFLAGS from CONFIGURE_ENV, it compiles fine with the

latest version of bsd.openssl.mk.
This commit is contained in:
Dmitry Sivachenko 2003-09-02 07:40:06 +00:00
parent a066b9d7a0
commit 90b1ca6728
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88324

View file

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