diff options
Diffstat (limited to 'print/ghostscript/Makefile')
-rw-r--r-- | print/ghostscript/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index d748451bcb1..2a2d8770c80 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.11 2002/09/13 05:16:45 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2003/02/23 00:57:52 itohy Exp $ PKGNAME= ghostscript-${GS_VERS} PKGREVISION= 4 COMMENT= Aladdin Postscript interpreter USE_X11= YES -MAKEFRAGS+= ${FILESDIR}/devs.x11 GS_DISPLAY_DEVICE= x11.dev XLIBS= Xt SM ICE Xext X11 .include "../ghostscript-nox11/Makefile.common" + +MAKEFRAGS+= ${FILESDIR}/devs.x11 |