[138977] trunk/dports/sysutils/utimer/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jul 25 17:10:12 PDT 2015


Revision: 138977
          https://trac.macports.org/changeset/138977
Author:   ryandesign at macports.org
Date:     2015-07-25 17:10:12 -0700 (Sat, 25 Jul 2015)
Log Message:
-----------
utimer: autoreconf to fix intltool issue (#48438)

Modified Paths:
--------------
    trunk/dports/sysutils/utimer/Portfile

Modified: trunk/dports/sysutils/utimer/Portfile
===================================================================
--- trunk/dports/sysutils/utimer/Portfile	2015-07-25 21:36:55 UTC (rev 138976)
+++ trunk/dports/sysutils/utimer/Portfile	2015-07-26 00:10:12 UTC (rev 138977)
@@ -25,11 +25,18 @@
                             sha1    b9590ef4ff6bb8ecf64bb703f50f1bfeddf3fbdd \
                             rmd160  046be734e2f1aaa2af13cbfc2236059c484965dc
 
-depends_build               port:pkgconfig
+depends_build               port:autoconf \
+                            port:automake \
+                            port:intltool \
+                            port:libtool \
+                            port:pkgconfig
 
-depends_lib                 path:lib/pkgconfig/glib-2.0.pc:glib2 \
-                            port:intltool
+depends_lib                 path:lib/pkgconfig/glib-2.0.pc:glib2
 
+use_autoreconf              yes
+autoreconf.cmd              ./autogen.sh
+autoreconf.args
+
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150725/a39cae15/attachment.html>


More information about the macports-changes mailing list