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
commit4953dfe706b43765153b840b1e7400e67fdc675c (patch)
tree833e759ca57b61ab7923ed19789c94eb5015e679 /www
parent099c70b05c5fe50f2cfcfc1df85db1d28275fce5 (diff)
downloadpkgsrc-4953dfe706b43765153b840b1e7400e67fdc675c.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"