blob: 0712e171b3640ea26c2adc0bf346f145e2dc884b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: options.mk,v 1.2 2008/10/25 11:15:16 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.epiphany
PKG_SUPPORTED_OPTIONS= enchant # avahi
PKG_SUGGESTED_OPTIONS= enchant
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Menchant)
CONFIGURE_ARGS+= --enable-spell-checker
.include "../../textproc/enchant/buildlink3.mk"
.endif
|