diff options
author | itohy <itohy> | 2003-02-23 00:57:52 +0000 |
---|---|---|
committer | itohy <itohy> | 2003-02-23 00:57:52 +0000 |
commit | b6842e993ccc05593b6a69c9e6fe880ee5e2fc98 (patch) | |
tree | 32c003074b8281a5534610ddbcc066b00f7c3ef6 /print/ghostscript | |
parent | 42452ec4b0884b1b4f73f84e55897b984ab673a5 (diff) | |
download | pkgsrc-b6842e993ccc05593b6a69c9e6fe880ee5e2fc98.tar.gz |
MAKEFRAGS+= ... after Makefile.common to add devs.x11 correctly.
Diffstat (limited to 'print/ghostscript')
-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 |