diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-04-01 04:48:45 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-04-01 04:48:45 +0000 |
commit | 65ef045121075577938181edf2664a1099c2dff0 (patch) | |
tree | 833e759ca57b61ab7923ed19789c94eb5015e679 /www | |
parent | 07dd26070b762379cbabed9df9258ea36c3a2395 (diff) | |
download | pkgsrc-65ef045121075577938181edf2664a1099c2dff0.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/Makefile | 3 |
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" |