pkgsrc/print/ghostscript-nox11/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00

17 lines
442 B
Makefile

# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:34 fredb Exp $
PKGNAME= ghostscript-nox11-${GS_VERS}
PKGREVISION= 3
COMMENT= Aladdin Postscript interpreter without X11 drivers
CONFLICTS= ghostscript{,-x11}-[0-9]*
USE_BUILDLINK_ONLY= 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