blob: 80aafcba12137f4bc0d9d80f8dce4e86383e9f0d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.2 2002/09/13 22:27:11 jlam Exp $
PKGNAME= ghostscript-gnu-${GS_VERS}
PKGREVISION= 1
COMMENT= GNU Postscript interpreter
USE_X11= # defined
CONFIGURE_ARGS+= --with-x
.include "Makefile.common"
|