diff options
Diffstat (limited to 'print/ghostscript-gnu/Makefile')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 5cdea3e10cf..a54110c69e8 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2004/03/25 15:35:48 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/28 13:08:39 dillo Exp $ PKGNAME= ghostscript-gnu-${GS_VERS} COMMENT= GNU Postscript interpreter -USE_X11= # defined +USE_X11= YES CONFIGURE_ARGS+= --with-x .include "Makefile.common" |