From b17d3e176ffcfd41c4b1f895444e81757a984bc8 Mon Sep 17 00:00:00 2001 From: itohy Date: Fri, 2 Jun 2000 04:14:12 +0000 Subject: Include bsd.pkg.mk after DEPENDS is set so that the dependency shall be recorded properly. Use bsd.prefs.mk for options instead. --- www/lynx-current/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index babd8a96be3..95f1df5d026 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/05/12 04:37:53 fredb Exp $ +# $NetBSD: Makefile,v 1.10 2000/06/02 04:14:12 itohy Exp $ # DISTNAME= lynx2.8.3rel.1 @@ -79,7 +79,7 @@ post-install: ${CP} ${PREFIX}/share/lynx/lynx_doc/samples/lynx.lss ${PREFIX}/etc/; \ fi -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" # XXX Not yet #NM?= /usr/bin/nm @@ -131,6 +131,8 @@ DEPENDS+= socks5-1.0.2:../../net/socks5 .endif .endif +.include "../../mk/bsd.pkg.mk" + .if (${SSLBASE} == /usr) SSLLIBS= -lssl -lcrypto SSLINCS= -I/usr/include/openssl -- cgit v1.2.3