blob: 9192aa6aec3dfa1f49e7d1f80cbb3da339cebf52 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.3 2004/03/25 15:35:48 wiz Exp $
PKGNAME= ghostscript-gnu-nox11-${GS_VERS}
COMMENT= GNU Postscript interpreter without X11 drivers
CONFIGURE_ARGS+= --without-x
.include "../ghostscript-gnu/Makefile.common"
|