diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-31 12:51:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-31 12:51:28 +0000 |
commit | 5aadeba36f0df68504ad16a60a5da73dd68a6657 (patch) | |
tree | bd348ab8b08db527fe61a5ccc89cecdd2345fdc5 /www/links | |
parent | 7ceeb0a2f8277649bbd44fdbb3afcd46bf522038 (diff) | |
download | ports-5aadeba36f0df68504ad16a60a5da73dd68a6657.tar.gz ports-5aadeba36f0df68504ad16a60a5da73dd68a6657.zip |
Notes
Diffstat (limited to 'www/links')
-rw-r--r-- | www/links/Makefile | 3 |
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 |