aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/iiimf-csconv
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-30 12:47:36 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-30 12:47:36 +0800
commitc07b3d06f74c2b1f5144739f606ea2f60e5c4125 (patch)
tree75bc18c02ad45658df6e53d5864baec96c002730 /textproc/iiimf-csconv
parent980b4f867dba0a997b3f1336459072e6da844359 (diff)
downloadfreebsd-ports-gnome-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.tar.gz
freebsd-ports-gnome-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.tar.zst
freebsd-ports-gnome-c07b3d06f74c2b1f5144739f606ea2f60e5c4125.zip
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639 Submitted by: aDe
Diffstat (limited to 'textproc/iiimf-csconv')
-rw-r--r--textproc/iiimf-csconv/Makefile4
-rw-r--r--textproc/iiimf-csconv/files/patch-Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/iiimf-csconv/Makefile b/textproc/iiimf-csconv/Makefile
index daadf77139e6..b4d68a993a62 100644
--- a/textproc/iiimf-csconv/Makefile
+++ b/textproc/iiimf-csconv/Makefile
@@ -7,7 +7,7 @@
PORTNAME= csconv
PORTVERSION= 12.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= http://www.openi18n.org/download/im-sdk/src/
PKGNAMEPREFIX= iiimf-
@@ -22,7 +22,7 @@ USE_BZIP2= yes
USE_ICONV= yes
USE_GETTEXT= yes
USE_GMAKE= yes
-USE_AUTOTOOLS= automake:19:env autoconf:259:env libtool:15:env
+USE_AUTOTOOLS= automake:19:env autoconf:261:env libtool:15:env
WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//}
BUILDDIR= ${WRKSRC}/lib/CSConv
diff --git a/textproc/iiimf-csconv/files/patch-Makefile b/textproc/iiimf-csconv/files/patch-Makefile
index a610aed43a09..a48197bd9c4d 100644
--- a/textproc/iiimf-csconv/files/patch-Makefile
+++ b/textproc/iiimf-csconv/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