summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-04-01 04:48:45 +0000
committerjschauma <jschauma>2003-04-01 04:48:45 +0000
commitae1a0b5aadafcc9f1ced852b4f225b8bac8e3261 (patch)
tree833e759ca57b61ab7923ed19789c94eb5015e679 /www
parentbde7f023a308e7f81e278e1a4668f82f72b49a9e (diff)
downloadpkgsrc-ae1a0b5aadafcc9f1ced852b4f225b8bac8e3261.tar.gz
Include ncurses/buildlink2.mk so that operating systems which don't have
curses can build this, too. (Makes this build under Linux, for example.)
Diffstat (limited to 'www')
-rw-r--r--www/lynx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 8cffea5ff15..05178e00f6e 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2003/03/29 12:42:51 jmmv Exp $
+# $NetBSD: Makefile,v 1.54 2003/04/01 04:48:45 jschauma Exp $
#
DISTNAME= lynx2.8.4rel.1
@@ -112,6 +112,7 @@ CONFIGURE_ARGS+= --with-socks5
CONFIGURE_ARGS+= --enable-ipv6
.endif
+.include "../../devel/ncurses/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/zlib/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"