summaryrefslogtreecommitdiff
path: root/www/lynx-current/Makefile
diff options
context:
space:
mode:
authoritohy <itohy>2000-06-02 04:14:12 +0000
committeritohy <itohy>2000-06-02 04:14:12 +0000
commitfca271de929383cf695fad805f1497684610e31a (patch)
treecede58f7d7a26a9ef9c26c418ebb0d142d1b4a0a /www/lynx-current/Makefile
parentedc03723bc487b3f867e8cb7d5fe83f41e7df7f2 (diff)
downloadpkgsrc-fca271de929383cf695fad805f1497684610e31a.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/lynx-current/Makefile')
-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