diff options
author | fredb <fredb@pkgsrc.org> | 2002-05-22 15:01:28 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-05-22 15:01:28 +0000 |
commit | d81fb3085fb2e5553a4188973c0d953b8b416518 (patch) | |
tree | 6c07de078f4cef206ac600e912b2a0ddf6f36353 /www | |
parent | 6ce9748786efb5b5dc9e4161ce633a276f487f91 (diff) | |
download | pkgsrc-d81fb3085fb2e5553a4188973c0d953b8b416518.tar.gz |
USE_LIBINTL and USE_SSL are evidently made obsolete by buildlink.
Remove them, to take advantage of buildlink and not include anything
from ${LOCALBASE}/include, to prevent lynx from tripping over the
similarites between NetBSD curses and ncurses. This allows the NetBSD
"curses" build to succeed while "ncurses" is installed, and may close
PR pkg 16949. I still haven't checked all possible combinations.
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-current/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index bbec56919c6..c3a1835cbce 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2002/05/04 17:06:48 fredb Exp $ +# $NetBSD: Makefile,v 1.39 2002/05/22 15:01:28 fredb Exp $ # DISTNAME= lynx2.8.5dev.7 @@ -15,14 +15,13 @@ HOMEPAGE= http://lynx.browser.org/ COMMENT= Alphanumeric display oriented World-Wide Web Client BUILD_USES_MSGFMT= yes +USE_BUILDLINK_ONLY= yes WRKSRC= ${WRKDIR}/lynx2-8-5 USE_BUILDLINK_ONLY= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBINTL= yes -USE_SSL= yes INSTALL_TARGET= install-full install-lss MAKEFILE= makefile |