Revision: 139486 https://trac.macports.org/changeset/139486 Author: devans@macports.org Date: 2015-08-18 10:38:21 -0700 (Tue, 18 Aug 2015) Log Message: ----------- aspell: add missing dependency on ncurses, increment revision to rebuild with libncurses.6. Modified Paths: -------------- trunk/dports/textproc/aspell/Portfile Modified: trunk/dports/textproc/aspell/Portfile =================================================================== --- trunk/dports/textproc/aspell/Portfile 2015-08-18 17:29:11 UTC (rev 139485) +++ trunk/dports/textproc/aspell/Portfile 2015-08-18 17:38:21 UTC (rev 139486) @@ -5,6 +5,7 @@ name aspell version 0.60.6.1 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories textproc maintainers openmaintainer jochen @@ -24,7 +25,7 @@ checksums rmd160 6d4e29228e5c47cd4dbd780a73dbc1d2222e8266 \ sha256 f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1 -depends_lib port:gettext port:texinfo +depends_lib port:gettext port:texinfo port:ncurses # texinfo is also used in post-activate patchfiles clang.patch
participants (1)
-
devans@macports.org