Revision: 110336 https://trac.macports.org/changeset/110336 Author: jeremyhu@macports.org Date: 2013-08-30 00:29:41 -0700 (Fri, 30 Aug 2013) Log Message: ----------- enchant: autoreconf to update glibtool to know about passing -stdlib at link time Modified Paths: -------------- trunk/dports/textproc/enchant/Portfile Modified: trunk/dports/textproc/enchant/Portfile =================================================================== --- trunk/dports/textproc/enchant/Portfile 2013-08-30 07:28:19 UTC (rev 110335) +++ trunk/dports/textproc/enchant/Portfile 2013-08-30 07:29:41 UTC (rev 110336) @@ -4,7 +4,7 @@ name enchant version 1.6.0 -revision 1 +revision 1 categories textproc devel maintainers kix.in:anant description Spellchecker wrapping library @@ -30,7 +30,8 @@ depends_build port:pkgconfig -configure.args --mandir=${prefix}/share/man +use_autoreconf yes +autoreconf.args -fvi livecheck.type regex livecheck.url http://www.abisource.com/downloads/${name}/
participants (1)
-
jeremyhu@macports.org