update Tue Jun 22 06:37:08 PDT 2010
[pkgsrc.git] / graphics / libotf / options.mk
1 # $NetBSD: options.mk,v 1.1.1.1 2008/02/26 11:47:35 obache Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.libotf
4 PKG_SUPPORTED_OPTIONS=  x11
5 PKG_SUGGESTED_OPTIONS=  x11
6
7 .include "../../mk/bsd.options.mk"
8
9 .if !empty(PKG_OPTIONS:Mx11)
10 .include "../../mk/xaw.buildlink3.mk"
11 .else
12 CONFIGURE_ARGS+=        --without-x
13 .endif