diff options
author | fredb <fredb@pkgsrc.org> | 2000-05-12 04:37:53 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-05-12 04:37:53 +0000 |
commit | 27326359fbd648e8a98143850777363d8c6a3783 (patch) | |
tree | 9578beeb5f678a462fccd56d6058ca60677d9f0a /www/lynx-current | |
parent | 99c0d3b1c1d27cb1bf44ec146626b593c745a056 (diff) | |
download | pkgsrc-27326359fbd648e8a98143850777363d8c6a3783.tar.gz |
Fix logic for CURSES_HAS_COLORS test (but leave it commented out, for now).
Diffstat (limited to 'www/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 6012f781dbd..babd8a96be3 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/05/09 00:54:58 fredb Exp $ +# $NetBSD: Makefile,v 1.9 2000/05/12 04:37:53 fredb Exp $ # DISTNAME= lynx2.8.3rel.1 @@ -79,9 +79,14 @@ post-install: ${CP} ${PREFIX}/share/lynx/lynx_doc/samples/lynx.lss ${PREFIX}/etc/; \ fi -.include "../../mk/bsd.prefs.mk" +.include "../../mk/bsd.pkg.mk" -# XXX Not Yet +# XXX Not yet +#NM?= /usr/bin/nm +#CURSES_HAS_COLORS!= ${NM} /usr/lib/libcurses.a | \ +# ${GREP} -q has_colors && \ +# ${ECHO} YES || ${ECHO} NO +# #.if defined(CURSES_HAS_COLORS) && ${CURSES_HAS_COLORS} == YES #LYNX_SCREEN_LIB?= curses #.else @@ -126,13 +131,6 @@ DEPENDS+= socks5-1.0.2:../../net/socks5 .endif .endif -.include "../../mk/bsd.pkg.mk" - -NM?= /usr/bin/nm -CURSES_HAS_COLORS!= ${NM} /usr/lib/libcurses.a | \ - ${GREP} -q has_colors && \ - ${ECHO} YES || ${ECHO} NO - .if (${SSLBASE} == /usr) SSLLIBS= -lssl -lcrypto SSLINCS= -I/usr/include/openssl |