diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-03 13:29:58 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-03 13:29:58 +0800 |
commit | 9531e9388eef200bd1ae606e5fbfed4b19615d67 (patch) | |
tree | 4612e5a5f00b6162ab4a5130ee3cc6fe540726b1 /textproc | |
parent | 74152aa244747424357e2de5e4701019c78151e0 (diff) | |
download | marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.gz marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.bz2 marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.lz marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.xz marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.tar.zst marcuscom-ports-9531e9388eef200bd1ae606e5fbfed4b19615d67.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9719 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/iiimf-gnome-im-switcher/Makefile | 4 | ||||
-rw-r--r-- | textproc/iiimf-gnome-im-switcher/files/patch-Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/iiimf-gnome-im-switcher/Makefile b/textproc/iiimf-gnome-im-switcher/Makefile index 91606443f..0a84acf37 100644 --- a/textproc/iiimf-gnome-im-switcher/Makefile +++ b/textproc/iiimf-gnome-im-switcher/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-im-switcher PORTVERSION= 12.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -26,7 +26,7 @@ USE_GNOME= intltool gconf2 libglade2 libgnomeui \ gnomepanel gnomeprefix gnomehack INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env +USE_AUTOTOOLS= automake:19:env autoconf:261:env libtool:15:env GCONF_SCHEMAS= gnome-im-properties.schemas gnome-im-switcher.schemas diff --git a/textproc/iiimf-gnome-im-switcher/files/patch-Makefile b/textproc/iiimf-gnome-im-switcher/files/patch-Makefile index da0154fa7..353b699ab 100644 --- a/textproc/iiimf-gnome-im-switcher/files/patch-Makefile +++ b/textproc/iiimf-gnome-im-switcher/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.9 +AUTOMAKE = automake-1.9 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.59 -+AUTOCONF = autoconf-2.59 ++AUTOHEADER = autoheader-2.61 ++AUTOCONF = autoconf-2.61 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.59 ++AUTORECONF = autoreconf-2.61 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake |