[143203] trunk/dports/textproc/enchant/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 08:59:35 PST 2015


Revision: 143203
          https://trac.macports.org/changeset/143203
Author:   devans at macports.org
Date:     2015-12-07 09:47:01 -0800 (Mon, 07 Dec 2015)
Log Message:
-----------
enchant: add run dependency on aspell-dict-en to allow basic english spell checking to work by default, increment revision (#49909, maintainer timeout).

Modified Paths:
--------------
    trunk/dports/textproc/enchant/Portfile

Modified: trunk/dports/textproc/enchant/Portfile
===================================================================
--- trunk/dports/textproc/enchant/Portfile	2015-12-07 16:39:59 UTC (rev 143202)
+++ trunk/dports/textproc/enchant/Portfile	2015-12-07 17:47:01 UTC (rev 143203)
@@ -4,7 +4,7 @@
 
 name		enchant
 version		1.6.0
-revision	2
+revision	3
 categories	textproc devel
 maintainers	kix.in:anant
 description	Spellchecker wrapping library
@@ -30,6 +30,10 @@
 
 depends_build   port:pkgconfig
 
+# at least one aspell and/or hunspell dictionary must be installed
+
+depends_run	port:aspell-dict-en
+
 use_autoreconf  yes
 autoreconf.args -fvi
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/7005f486/attachment.html>


More information about the macports-changes mailing list