diff options
author | jlam <jlam> | 2008-02-27 18:52:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2008-02-27 18:52:16 +0000 |
commit | 3552e7002248003974792dce501c5196c3c88836 (patch) | |
tree | f63e58cbaee17a3561b100b79f2e55693460e282 /lang/lua | |
parent | f57b52cab893f59ad0a812d0232e239540e57477 (diff) | |
download | pkgsrc-3552e7002248003974792dce501c5196c3c88836.tar.gz |
+ Remove dependency on ncurses (!!) of all things -- lua doens't have
any curses code in it. It only needs readline for the "io" module,
and the readline/buildlink3.mk now handles pulling in any necessary
dependencies for the terminal library that it uses.
Bump the PKGREVISION to 1.
Diffstat (limited to 'lang/lua')
-rw-r--r-- | lang/lua/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 07cd902e623..56477c18948 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2008/02/11 19:54:55 adam Exp $ +# $NetBSD: Makefile,v 1.37 2008/02/27 18:52:16 jlam Exp $ DISTNAME= lua-5.1.3 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ ftp://ftp.gwdg.de/pub/languages/lua/ \ @@ -75,7 +76,6 @@ post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/pkgconfig ${INSTALL_DATA} ${WRKSRC}/etc/lua.pc ${DESTDIR}${PREFIX}/lib/pkgconfig -.include "../../devel/ncurses/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |