blob: 20436f3272194989326f4d7a359f2f77cd764d5f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.6 2004/06/27 08:29:20 grant Exp $
PKGNAME= ghostscript-esp-${GS_VERS}
PKGREVISION= 2
COMMENT= ESP/CUPS Postscript interpreter
USE_X11= # defined
CONFIGURE_ARGS+= --with-x
.include "Makefile.common"
|