diff options
author | joerg <joerg> | 2009-12-24 17:30:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-12-24 17:30:01 +0000 |
commit | feb1883ae35e96b8114530c02d3fc73356865457 (patch) | |
tree | bf350b0ff5b5a660a634f934a2f56b8f62d80ae3 /print | |
parent | e6dab60aa8ccd21a7ec39b0051182bcd0652a148 (diff) | |
download | pkgsrc-feb1883ae35e96b8114530c02d3fc73356865457.tar.gz |
Not MAKE_JOBS_SAVE.
Diffstat (limited to 'print')
-rw-r--r-- | print/xdvik/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xdvik/Makefile b/print/xdvik/Makefile index dc08f20fa4c..9ca903d6edd 100644 --- a/print/xdvik/Makefile +++ b/print/xdvik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/07/27 08:59:36 minskim Exp $ +# $NetBSD: Makefile,v 1.6 2009/12/24 17:30:01 joerg Exp $ DISTNAME= xdvik-22.84.14 PKGREVISION= 2 @@ -14,6 +14,7 @@ BUILD_DEPENDS+= texlive-tetex-[0-9]*:../../print/texlive-tetex BUILD_DEPENDS+= tex-bin-xdvi-[0-9]*:../../print/tex-bin-xdvi PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes USE_LIBTOOL= yes |