diff options
Diffstat (limited to 'textproc/iiimf-x')
-rw-r--r-- | textproc/iiimf-x/Makefile | 4 | ||||
-rw-r--r-- | textproc/iiimf-x/files/patch-Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile index 69ab6966988e..116a1ab398bd 100644 --- a/textproc/iiimf-x/Makefile +++ b/textproc/iiimf-x/Makefile @@ -7,7 +7,7 @@ PORTNAME= x PORTVERSION= 12.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/ PKGNAMEPREFIX= iiimf- @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_GMAKE= yes USE_XORG= x11 ice xt -USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/iiimxcf/htt_xbe diff --git a/textproc/iiimf-x/files/patch-Makefile b/textproc/iiimf-x/files/patch-Makefile index fac1f8943c21..05a2f9ee72ef 100644 --- a/textproc/iiimf-x/files/patch-Makefile +++ b/textproc/iiimf-x/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.62 -+AUTOCONF = autoconf-2.62 ++AUTOHEADER = autoheader-2.67 ++AUTOCONF = autoconf-2.67 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.62 ++AUTORECONF = autoreconf-2.67 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake |