pkgsrc/editors/gedit/options.mk
drochner c7101d28d1 update to 2.26.1
changes:
-bugfixes
-translation updates
2009-04-17 18:40:42 +00:00

16 lines
421 B
Makefile

# $NetBSD: options.mk,v 1.2 2009/04/17 18:40:42 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gedit
PKG_SUPPORTED_OPTIONS= enchant
#PKG_SUGGESTED_OPTIONS= enchant
.include "../../mk/bsd.options.mk"
PLIST_VARS= enchant
.if !empty(PKG_OPTIONS:Menchant)
PLIST.enchant= yes
.include "../../textproc/enchant/buildlink3.mk"
.include "../../textproc/iso-codes/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-spell
.endif