blob: 630cf15cec237a07198e24f8b73ca178b28f722d (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.5 2005/05/30 15:39:11 dillo Exp $
PKGNAME= ghostscript-gnu-nox11-${GS_VERS}
COMMENT= GNU Postscript interpreter without X11 drivers
CONFIGURE_ARGS+= --without-x
.include "../ghostscript-gnu/Makefile.common"
|