summaryrefslogtreecommitdiff
path: root/print/ghostscript
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-13 05:16:45 +0000
committerjlam <jlam@pkgsrc.org>2002-09-13 05:16:45 +0000
commitdf38081629a0a436c02995e936d113c94e2c3366 (patch)
treebb452ac2d92586058252587cbbfbea852b874c4d /print/ghostscript
parent73dad376e981454f0f1558a54f6db5009e19aade (diff)
downloadpkgsrc-df38081629a0a436c02995e936d113c94e2c3366.tar.gz
Consolidate more common stuff between ghostscript and ghostscript-nox11
in Makefile.common, and note conflict with the ghostscript-gnu* packages.
Diffstat (limited to 'print/ghostscript')
-rw-r--r--print/ghostscript/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile
index 1947d221362..d748451bcb1 100644
--- a/print/ghostscript/Makefile
+++ b/print/ghostscript/Makefile
@@ -1,23 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2002/08/25 21:50:28 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2002/09/13 05:16:45 jlam Exp $
PKGNAME= ghostscript-${GS_VERS}
PKGREVISION= 4
COMMENT= Aladdin Postscript interpreter
-CONFLICTS= ghostscript{,-x11,-nox11}-[0-9]*
-
-USE_BUILDLINK2= YES
-USE_X11= YES
-
-.include "../../print/ghostscript-nox11/Makefile.common"
-
+USE_X11= YES
MAKEFRAGS+= ${FILESDIR}/devs.x11
GS_DISPLAY_DEVICE= x11.dev
XLIBS= Xt SM ICE Xext X11
-.include "../../mk/bsd.pkg.mk"
-
-# arm32 compiler has an optimizer problem
-.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "arm32"
-CFLAGS+= -O0
-.endif
+.include "../ghostscript-nox11/Makefile.common"