Changeset 117676 for trunk/dports


Ignore:
Timestamp:
Mar 7, 2014, 10:58:04 PM (10 years ago)
Author:
devans@…
Message:

ghex: update m4/intltool.m4 and autoreconf to fix intltool configuration, build deps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/ghex/Portfile

    r115644 r117676  
    2727                port:intltool \
    2828                port:itstool \
    29                 port:yelp-tools
     29                port:yelp-tools \
     30                port:gnome-common
    3031
    3132depends_lib     port:desktop-file-utils \
     
    3536depends_run     port:yelp \
    3637                port:gnome-settings-daemon
     38
     39# update m4/intltool.m4 and autoreconf
     40
     41pre-configure {
     42    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
     43}
     44
     45use_autoreconf  yes
     46autoreconf.args -fvi
    3747
    3848configure.cflags-append \
Note: See TracChangeset for help on using the changeset viewer.