aboutsummaryrefslogtreecommitdiff
path: root/textproc/iiimf-x
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-12-22 20:05:49 +0000
committerAde Lovett <ade@FreeBSD.org>2010-12-22 20:05:49 +0000
commit843f8123d49e579e80de26ff1dd62c8c1acf3fac (patch)
treec7ef29d508548833364cb92d3bd5bcf810816e88 /textproc/iiimf-x
parent55d09a7758330e40bc25cb90b27b1ae9b034af02 (diff)
downloadports-843f8123d49e579e80de26ff1dd62c8c1acf3fac.tar.gz
ports-843f8123d49e579e80de26ff1dd62c8c1acf3fac.zip
Notes
Diffstat (limited to 'textproc/iiimf-x')
-rw-r--r--textproc/iiimf-x/Makefile1
-rw-r--r--textproc/iiimf-x/files/patch-Makefile10
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile
index 7751529cdcd4..c45b02071cb4 100644
--- a/textproc/iiimf-x/Makefile
+++ b/textproc/iiimf-x/Makefile
@@ -26,6 +26,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_XORG= x11 ice xt
USE_AUTOTOOLS= automake:env autoconf:env libtool:env
+AUTOTOOLSFILES= Makefile
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 7f054a63f920..2f3e381eab57 100644
--- a/textproc/iiimf-x/files/patch-Makefile
+++ b/textproc/iiimf-x/files/patch-Makefile
@@ -7,11 +7,11 @@
-#LIBTOOLIZE = libtoolize --force --copy
-#AUTOHEADER = autoheader
-#AUTOCONF = autoconf
-+ACLOCAL = aclocal-1.11
-+AUTOMAKE = automake-1.11 --add-missing --copy
++ACLOCAL = %%ACLOCAL%%
++AUTOMAKE = %%AUTOMAKE%% --add-missing --copy
+LIBTOOLIZE = libtoolize --force --copy
-+AUTOHEADER = autoheader-2.68
-+AUTOCONF = autoconf-2.68
++AUTOHEADER = %%AUTOHEADER%%
++AUTOCONF = %%AUTOCONF%%
#CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \
# $(LIBTOOLIZE) && \
# $(AUTOHEADER) && \
@@ -19,7 +19,7 @@
# $(AUTOCONF)
-AUTORECONF = autoreconf
-+AUTORECONF = autoreconf-2.68
++AUTORECONF = %%AUTORECONF%%
BOOTSTRAP = $(AUTORECONF) --install --force
INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake