diff options
Diffstat (limited to 'print/ghostscript-esp/Makefile')
-rw-r--r-- | print/ghostscript-esp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-esp/Makefile b/print/ghostscript-esp/Makefile index 25bd8d52cc1..8ca3d605a42 100644 --- a/print/ghostscript-esp/Makefile +++ b/print/ghostscript-esp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2005/05/30 14:57:28 dillo Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/01 18:03:09 jlam Exp $ PKGNAME= ghostscript-esp-${GS_VERS} PKGREVISION= 4 COMMENT= ESP/CUPS Postscript interpreter -USE_X11= # defined CONFIGURE_ARGS+= --with-x +.include "../../mk/x11.buildlink3.mk" .include "Makefile.common" |