diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-05 09:11:38 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-05 09:11:38 +0000 |
commit | c4a4d2f7db0832d27e7c71335660a81586bf54ab (patch) | |
tree | 44f22df9f0961194b4ea8d3c32adff746958a868 /print/ghostscript6 | |
parent | a1bf36e0ae2d685f9c65e300bb1d790cd5628d08 (diff) | |
download | pkgsrc-c4a4d2f7db0832d27e7c71335660a81586bf54ab.tar.gz |
Needs lex(1)
Diffstat (limited to 'print/ghostscript6')
-rw-r--r-- | print/ghostscript6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index 4548f51ab35..fa6437d91cc 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/12/02 13:04:14 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2008/02/05 09:11:38 tnn Exp $ DISTNAME= ghostscript-${GS_VERS} PKGREVISION= 10 @@ -23,7 +23,7 @@ CONFLICTS+= hpijs-[0-9]* WRKSRC= ${WRKDIR}/gs${GS_VERS} USE_LANGUAGES= c c++ -USE_TOOLS+= gmake +USE_TOOLS+= gmake lex GNU_CONFIGURE= yes REQD_DIRS+= share/ghostscript |