Fixup fromcvs/togit conversion
[pkgsrcv2.git] / inputmethod / skk / options.mk
1 # $NetBSD: options.mk,v 1.4 2007/10/29 13:25:26 uebayasi Exp $
2
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.skk
4 PKG_SUPPORTED_OPTIONS=  lookup
5
6 .include "../../mk/bsd.options.mk"
7
8 PLIST_VARS+=            lookup
9
10 .if !empty(PKG_OPTIONS:Mlookup)
11 .include "../../misc/lookup/buildlink3.mk"
12 PLIST.lookup=           yes
13 .endif