diff options
author | rillig <rillig> | 2007-11-17 12:04:11 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-17 12:04:11 +0000 |
commit | 21dae0c282b8fc84d25b684a96ccd8125ecf0590 (patch) | |
tree | 7c0b6ad43df35f003718d0265e14450da8a53df0 /print/ghostscript | |
parent | 9102ea67210a656f775e13a6addd64a62798560d (diff) | |
download | pkgsrc-21dae0c282b8fc84d25b684a96ccd8125ecf0590.tar.gz |
Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
Diffstat (limited to 'print/ghostscript')
-rw-r--r-- | print/ghostscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index cdd27c81146..2ef56605d86 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2007/11/03 22:39:40 rillig Exp $ +# $NetBSD: Makefile,v 1.39 2007/11/17 12:04:13 rillig Exp $ DISTNAME= ghostscript-8.60 PKGREVISION= 1 @@ -18,7 +18,7 @@ CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts -USE_TOOLS+= gmake perl:run +USE_TOOLS+= gmake perl:run lex GNU_CONFIGURE= yes MAKE_JOBS_SAFE= no |