pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/enchant2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 30 06:30:25 UTC 2024

Modified Files:
        pkgsrc/textproc/enchant2: Makefile options.mk

Log Message:
enchant2: needs gmake

implicit sources/targets used in explicit rule

Remove unused configure argument while here.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/enchant2/options.mk

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

Modified files:

Index: pkgsrc/textproc/enchant2/Makefile
diff -u pkgsrc/textproc/enchant2/Makefile:1.39 pkgsrc/textproc/enchant2/Makefile:1.40
--- pkgsrc/textproc/enchant2/Makefile:1.39      Sun Apr 28 09:47:24 2024
+++ pkgsrc/textproc/enchant2/Makefile   Tue Apr 30 06:30:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2024/04/28 09:47:24 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2024/04/30 06:30:24 wiz Exp $
 
 DISTNAME=              enchant-2.7.2
 PKGNAME=               ${DISTNAME:S/enchant/enchant2/}
@@ -12,7 +12,7 @@ HOMEPAGE=             https://abiword.github.io/enc
 COMMENT=               Generic spell checking library
 LICENSE=               gnu-lgpl-v2.1
 
-USE_TOOLS+=            autoconf groff pkg-config
+USE_TOOLS+=            autoconf gmake groff pkg-config
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes

Index: pkgsrc/textproc/enchant2/options.mk
diff -u pkgsrc/textproc/enchant2/options.mk:1.1 pkgsrc/textproc/enchant2/options.mk:1.2
--- pkgsrc/textproc/enchant2/options.mk:1.1     Thu Nov  1 09:36:47 2018
+++ pkgsrc/textproc/enchant2/options.mk Tue Apr 30 06:30:24 2024
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.1 2018/11/01 09:36:47 bsiegert Exp $
+# $NetBSD: options.mk,v 1.2 2024/04/30 06:30:24 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.enchant2
 PKG_SUPPORTED_OPTIONS= aspell enchant-zemberek hunspell
-# Package also supports the following:
+# Code also supports the following:
 # hspell - Hebrew spelling
 # uspell - Yiddish spelling
 # voikko - Finnish spelling
@@ -31,7 +31,6 @@ CONFIGURE_ARGS+=      --without-zemberek
 PLIST_VARS+=            hunspell
 .if !empty(PKG_OPTIONS:Mhunspell)
 CONFIGURE_ARGS+=       --with-hunspell
-CONFIGURE_ARGS+=       --with-hunspell-dir=${BUILDLINK_PREFIX.hunspell}/share/hunspell
 .include "../../textproc/hunspell/buildlink3.mk"
 DEPENDS+=              hunspell-en_US-[0-9]*:../../textproc/hunspell-en_US
 PLIST.hunspell=                yes



Home | Main Index | Thread Index | Old Index