2009-11-10 14:37:10 +01:00
|
|
|
# $NetBSD: options.mk,v 1.2 2009/11/10 13:37:10 dogcow Exp $
|
2009-11-10 11:23:15 +01:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.xjdic
|
|
|
|
PKG_SUPPORTED_OPTIONS= xjdic-locale
|
|
|
|
PKG_SUGGESTED_OPTIONS= xjdic-locale
|
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mxjdic-locale)
|
|
|
|
PATCH_SITES= http://www.tzone.org/~vandry/xjdic/
|
|
|
|
PATCHFILES+= xjdic-24.locale.patch
|
|
|
|
.endif
|