summaryrefslogtreecommitdiff
path: root/x11/xdialog/options.mk
blob: 7ab7a7d6bc738dcc64ff1fc6eaa9bacafc265175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: options.mk,v 1.1 2008/08/29 16:43:58 sborrill Exp $

PKG_OPTIONS_VAR=		PKG_OPTIONS.xdialog
PKG_SUPPORTED_OPTIONS=		gtk2
PKG_SUGGESTED_OPTIONS=

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

.if !empty(PKG_OPTIONS:Mgtk2)
CONFIGURE_ARGS+= --with-gtk2
.include "../../x11/gtk2/buildlink3.mk"
.else
.include "../../x11/gtk/buildlink3.mk"
.endif