diff options
author | jlam <jlam@pkgsrc.org> | 2008-02-27 18:52:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-02-27 18:52:16 +0000 |
commit | a8d45e1a94bf781073eb8d8413783602597d31ed (patch) | |
tree | f63e58cbaee17a3561b100b79f2e55693460e282 /lang | |
parent | b3e8682debd5c2c10aefbbd3f9c48b9979dc05a1 (diff) | |
download | pkgsrc-a8d45e1a94bf781073eb8d8413783602597d31ed.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')
-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" |