summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoritohy <itohy@pkgsrc.org>2000-06-02 04:14:12 +0000
committeritohy <itohy@pkgsrc.org>2000-06-02 04:14:12 +0000
commitb17d3e176ffcfd41c4b1f895444e81757a984bc8 (patch)
treecede58f7d7a26a9ef9c26c418ebb0d142d1b4a0a /www
parent9fb9afc3fa304ac0a51826a3dd930a3529e7f194 (diff)
downloadpkgsrc-b17d3e176ffcfd41c4b1f895444e81757a984bc8.tar.gz
Include bsd.pkg.mk after DEPENDS is set so that the dependency shall
be recorded properly. Use bsd.prefs.mk for options instead.
Diffstat (limited to 'www')
-rw-r--r--www/lynx-current/Makefile6
1 files changed, 4 insertions, 2 deletions
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