aboutsummaryrefslogtreecommitdiff
path: root/www/links
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-09-01 06:52:15 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-09-01 06:52:15 +0000
commit05ec244d668fe1a2bf3213ad84c005335b411333 (patch)
tree76dc14d899945e5ae5528ef6bf72ecc9f957407a /www/links
parent242ec3620514ab90edd25eb57b918e59b8b8b2c7 (diff)
downloadports-05ec244d668fe1a2bf3213ad84c005335b411333.tar.gz
ports-05ec244d668fe1a2bf3213ad84c005335b411333.zip
Add LDFLAGS to CONFIGURE_ENV back, without it configure script can't find
libpng. Problem reported by: dillon
Notes
Notes: svn path=/head/; revision=88250
Diffstat (limited to 'www/links')
-rw-r--r--www/links/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index 3b70c362960a..b0a052fa896a 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'
+CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include' LDFLAGS='-L${LOCALBASE}/lib'
LDFLAGS+= -L${LOCALBASE}/lib
USE_OPENSSL= yes