summaryrefslogtreecommitdiff
path: root/print/ghostscript-gnu/options.mk
blob: a8cb65205fcca3abc55db1946e903c3858fd3914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: options.mk,v 1.1 2005/12/09 20:30:16 wiz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.ghostscript-gnu
PKG_SUPPORTED_OPTIONS=	x11
PKG_SUGGESTED_OPTIONS=	x11

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mx11)
CONFIGURE_ARGS+=	--with-x
.include "../../mk/x11.buildlink3.mk"
.else
CONFIGURE_ARGS+=        --without-x
.endif