diff options
author | dillo <dillo@pkgsrc.org> | 2005-05-30 15:39:11 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-05-30 15:39:11 +0000 |
commit | 86108c5733b8391506dae921307259d02bf82556 (patch) | |
tree | 6b5ebe4c8732be1a4c77a00b313e9295ac05572a /print/ghostscript-gnu-x11 | |
parent | 51dd8a53a53b01e571f1673b5b1d5f672ed41a82 (diff) | |
download | pkgsrc-86108c5733b8391506dae921307259d02bf82556.tar.gz |
Update to 8.15 (a lot of bug fixes and improvement, especially to
font rendering and the PDF writer)
Diffstat (limited to 'print/ghostscript-gnu-x11')
-rw-r--r-- | print/ghostscript-gnu-x11/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/ghostscript-gnu-x11/Makefile b/print/ghostscript-gnu-x11/Makefile index d9d26130ab5..e3d193bf151 100644 --- a/print/ghostscript-gnu-x11/Makefile +++ b/print/ghostscript-gnu-x11/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2005/05/30 14:57:28 dillo Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/30 15:39:11 dillo Exp $ PKGNAME= ghostscript-gnu-x11-${GS_VERS} -PKGREVISION= 1 -COMMENT= GNU Postscript interpreter with X11 and image drivers +COMMENT= GNU Postscript interpreter with X11 and image drivers only -USE_X11= # defined +USE_X11= YES CONFIGURE_ARGS+= --with-x # Based on the definitions for the DEVICE_DEVS* from ${WRKSRC}/src/devs.mak, |