pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Make the "enchant-zemberek" and "aspell" options work.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Fri Oct 26 10:28:04 2018 +0200
Changeset:	ea4e0d636d6c592d6565a95de40f9b9f8bc8e4cb

Modified Files:
	enchant/PLIST
	enchant/options.mk

Log Message:
Make the "enchant-zemberek" and "aspell" options work.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ea4e0d636d6c592d6565a95de40f9b9f8bc8e4cb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 enchant/PLIST      | 3 ++-
 enchant/options.mk | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/enchant/PLIST b/enchant/PLIST
index 3b873abfe7..51172119f4 100644
--- a/enchant/PLIST
+++ b/enchant/PLIST
@@ -4,8 +4,9 @@ bin/enchant-lsmod-2
 include/enchant-2/enchant++.h
 include/enchant-2/enchant-provider.h
 include/enchant-2/enchant.h
-${PLIST.aspell}lib/enchant-2/libenchant_aspell.la
+${PLIST.aspell}lib/enchant-2/enchant_aspell.la
 ${PLIST.hunspell}lib/enchant-2/enchant_hunspell.la
+${PLIST.zemberek}lib/enchant-2/enchant_zemberek.la
 lib/libenchant-2.la
 lib/pkgconfig/enchant-2.pc
 man/man1/enchant-2.1
diff --git a/enchant/options.mk b/enchant/options.mk
index 4342d7fccc..dc55e7d404 100644
--- a/enchant/options.mk
+++ b/enchant/options.mk
@@ -19,9 +19,11 @@ PLIST.aspell=		yes
 CONFIGURE_ARGS+=	--without-aspell
 .endif
 
+PLIST_VARS+=            zemberek
 .if !empty(PKG_OPTIONS:Menchant-zemberek)
 CONFIGURE_ARGS+=	--with-zemberek
 .include "../../sysutils/dbus-glib/buildlink3.mk"
+PLIST.zemberek=		yes
 .else
 CONFIGURE_ARGS+=	--without-zemberek
 .endif


Home | Main Index | Thread Index | Old Index