diff options
Diffstat (limited to 'print/ghostscript-gnu')
-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 34957e0c549..a8f62dfc37e 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2005/05/30 15:39:11 dillo Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/01 18:03:09 jlam Exp $ PKGNAME= ghostscript-gnu-${GS_VERS} COMMENT= GNU Postscript interpreter with all drivers -USE_X11= YES CONFIGURE_ARGS+= --with-x +.include "../../mk/x11.buildlink3.mk" .include "Makefile.common" |