summaryrefslogtreecommitdiff
path: root/print/ghostscript-nox11/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-13 05:16:45 +0000
committerjlam <jlam>2002-09-13 05:16:45 +0000
commitde67c8846f5a6343ffef73955afebf08b5ed9975 (patch)
treebb452ac2d92586058252587cbbfbea852b874c4d /print/ghostscript-nox11/Makefile
parent5acfda251ccbcd50f2a52487c0f329e796041d4f (diff)
downloadpkgsrc-de67c8846f5a6343ffef73955afebf08b5ed9975.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-nox11/Makefile')
-rw-r--r--print/ghostscript-nox11/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/print/ghostscript-nox11/Makefile b/print/ghostscript-nox11/Makefile
index 5b6a03b1e84..2bd2b810d6e 100644
--- a/print/ghostscript-nox11/Makefile
+++ b/print/ghostscript-nox11/Makefile
@@ -1,17 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2002/08/25 21:50:29 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2002/09/13 05:16:45 jlam Exp $
PKGNAME= ghostscript-nox11-${GS_VERS}
PKGREVISION= 4
COMMENT= Aladdin Postscript interpreter without X11 drivers
-CONFLICTS= ghostscript{,-x11}-[0-9]*
-
-USE_BUILDLINK2= YES
-
-.include "../../print/ghostscript-nox11/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
-
-# arm32 compiler has an optimizer problem
-.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "arm32"
-CFLAGS+= -O0
-.endif
+.include "Makefile.common"