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