From 948de617b6c787b506ad2d280e0808bd5e95bd85 Mon Sep 17 00:00:00 2001 From: demon <demon@FreeBSD.org> Date: Tue, 2 Sep 2003 07:40:06 +0000 Subject: Remove LDFLAGS from CONFIGURE_ENV, it compiles fine with the latest version of bsd.openssl.mk. --- www/links/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/links') diff --git a/www/links/Makefile b/www/links/Makefile index b0a052f..3b70c36 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 -- cgit v1.1