b48eba1112
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".]
17 lines
442 B
Makefile
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
|