Modified: trunk/dports/gnome/evince/Portfile (117322 => 117323)
--- trunk/dports/gnome/evince/Portfile 2014-02-22 02:40:33 UTC (rev 117322)
+++ trunk/dports/gnome/evince/Portfile 2014-02-22 03:21:42 UTC (rev 117323)
@@ -22,12 +22,11 @@
checksums rmd160 4f53cfe7df43e4775b9d932b9a35db799a65669d \
sha256 b30dcc3a93dd3c682325e685061c48ccd800835af49578f4db813bbaf5f5e9af
-depends_skip_archcheck gnome-settings-daemon
-
depends_build port:pkgconfig \
port:intltool \
+ port:itstool \
port:yelp-tools \
- port:itstool
+ port:gnome-common
depends_lib port:desktop-file-utils \
port:gnome-icon-theme \
@@ -64,7 +63,13 @@
--enable-comics \
--enable-t1lib
-# Teach glibtool about -stdlib=libc++
+# update m4/intltool.m4 and autoreconf
+# teach glibtool about -stdlib=libc++
+
+pre-configure {
+ copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
use_autoreconf yes
autoreconf.args -fvi