pkgsrc/editors/gedit/options.mk
wiz 16bdc7d8c4 Update to 2.24.3; make spell checking an option; update dependencies.
============
gedit 2.24.3
============

New Features and Fixes
======================
- Backport some bugfixes from the developement version

New and updated translations
============================
- Alexander Shopov (bg)
- Priit Laes (et)
- Shankar Prasad (kn)
2009-01-12 21:50:16 +00:00

16 lines
417 B
Makefile

# $NetBSD: options.mk,v 1.1 2009/01/12 21:50:17 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.esound
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