summaryrefslogtreecommitdiff
path: root/textproc/iiimf-gtk/files/patch-Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 04:47:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 04:47:36 +0000
commit48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch)
treeeedd43e6e7c3a96d77549de85690d46016e9cc7e /textproc/iiimf-gtk/files/patch-Makefile
parent- mark BROKEN to API change (diff)
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639 Submitted by: aDe
Notes
Notes: svn path=/head/; revision=200411
Diffstat (limited to 'textproc/iiimf-gtk/files/patch-Makefile')
-rw-r--r--textproc/iiimf-gtk/files/patch-Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/iiimf-gtk/files/patch-Makefile b/textproc/iiimf-gtk/files/patch-Makefile
index d3c5ac697408..c08f74ce0002 100644
--- a/textproc/iiimf-gtk/files/patch-Makefile
+++ b/textproc/iiimf-gtk/files/patch-Makefile
@@ -10,13 +10,13 @@
+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} && \
@@ -12,3 +12,3 @@
-AUTORECONF = autoreconf
-+AUTORECONF = autoreconf-2.59
++AUTORECONF = autoreconf-2.61
BOOTSTRAP = $(AUTORECONF) --install --force
@@ -16,12 +16,14 @@