Revision
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

Diff

Modified: trunk/dports/devel/autoconf/Portfile (132519 => 132520)


--- 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