diff options
author | dholland <dholland@pkgsrc.org> | 2013-10-27 17:17:57 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-10-27 17:17:57 +0000 |
commit | ad882bc9c438874b1615518580d4bdc4e3af728d (patch) | |
tree | 5b0416f9e4de40aa0f7f90b7844a11d368b7d1d1 /misc/celestia/Makefile | |
parent | 55beeebdc79a967ecb2a4422dbe3a0a5ad5d5438 (diff) | |
download | pkgsrc-ad882bc9c438874b1615518580d4bdc4e3af728d.tar.gz |
Make lua support optional. Leave it enabled right now, even though it
doesn't build, in the hopes that somone will take it in hand; it needs
to be updated to match the new lua version.
Diffstat (limited to 'misc/celestia/Makefile')
-rw-r--r-- | misc/celestia/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/celestia/Makefile b/misc/celestia/Makefile index e2590060916..3596a3cf2c4 100644 --- a/misc/celestia/Makefile +++ b/misc/celestia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2013/10/10 14:42:23 ryoon Exp $ +# $NetBSD: Makefile,v 1.55 2013/10/27 17:17:57 dholland Exp $ DISTNAME= celestia-1.4.1 PKGREVISION= 38 @@ -17,7 +17,6 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-lua GCC_REQD+= 3.0 CXXFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" @@ -50,7 +49,6 @@ post-install: .include "../../graphics/glu/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/png/buildlink3.mk" -.include "../../lang/lua/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |