Revision: 132520 https://trac.macports.org/changeset/132520 Author: larryv@macports.org Date: 2015-02-03 00:27:55 -0800 (Tue, 03 Feb 2015) Log Message: ----------- autoconf: Depend on gettext for `autopoint(1)` Modified Paths: -------------- trunk/dports/devel/autoconf/Portfile Modified: trunk/dports/devel/autoconf/Portfile =================================================================== --- trunk/dports/devel/autoconf/Portfile 2015-02-03 08:12:46 UTC (rev 132519) +++ trunk/dports/devel/autoconf/Portfile 2015-02-03 08:27:55 UTC (rev 132520) @@ -28,7 +28,8 @@ homepage http://www.gnu.org/software/autoconf/ installs_libs no -depends_lib port:m4 \ +depends_lib port:gettext \ + port:m4 \ port:perl5 master_sites gnu