diff options
author | minskim <minskim@pkgsrc.org> | 2009-06-10 02:01:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-06-10 02:01:02 +0000 |
commit | 4133c2ca2a3fb788d2f60d77e25bed235be3c940 (patch) | |
tree | 2bbddfc9958635a174d690eb8e8df5817d2bad11 /print/luatex | |
parent | ce767ff337e6896f45d38cb0293aa0db3b9e9575 (diff) | |
download | pkgsrc-4133c2ca2a3fb788d2f60d77e25bed235be3c940.tar.gz |
Make luatex build on NetBSD.
Diffstat (limited to 'print/luatex')
-rw-r--r-- | print/luatex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/luatex/Makefile b/print/luatex/Makefile index 82d491f6239..3b9be4c9dea 100644 --- a/print/luatex/Makefile +++ b/print/luatex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/06/09 21:47:52 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/06/10 02:01:02 minskim Exp $ DISTNAME= luatex-beta-0.40.2 PKGNAME= ${DISTNAME:S/-beta//} @@ -70,10 +70,12 @@ CONFIGURE_ARGS+=--enable-cxx-runtime-hack \ --disable-web-progs \ --disable-xdv2pdf \ --disable-xdvipdfmx \ + --disable-xetex \ --without-system-freetype2 \ --without-system-gd \ --without-system-teckit \ --without-system-t1lib \ + --without-x \ --disable-shared \ --disable-largefile CONFIGURE_ARGS+=--with-system-kpathsea \ |