diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
commit | 771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch) | |
tree | b4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /chinese | |
parent | 582d67b410e45602807f37bf0e20fd522b31b033 (diff) |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/iiimf-le-newpy/Makefile | 2 | ||||
-rw-r--r-- | chinese/iiimf-le-newpy/files/patch-Makefile | 6 | ||||
-rw-r--r-- | chinese/iiimf-le-ude/Makefile | 2 | ||||
-rw-r--r-- | chinese/iiimf-le-ude/files/patch-Makefile | 6 | ||||
-rw-r--r-- | chinese/iiimf-le-xcin/Makefile | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/chinese/iiimf-le-newpy/Makefile b/chinese/iiimf-le-newpy/Makefile index 3e451f0e0204..7a53267bd850 100644 --- a/chinese/iiimf-le-newpy/Makefile +++ b/chinese/iiimf-le-newpy/Makefile @@ -22,7 +22,7 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:261:env libtool:15:env +USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:15:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/chinese/iiimf-le-newpy/files/patch-Makefile b/chinese/iiimf-le-newpy/files/patch-Makefile index f8060d2ab6a7..932eabe713a8 100644 --- a/chinese/iiimf-le-newpy/files/patch-Makefile +++ b/chinese/iiimf-le-newpy/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.61 -+AUTOCONF = autoconf-2.61 ++AUTOHEADER = autoheader-2.62 ++AUTOCONF = autoconf-2.62 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.61 ++AUTORECONF = autoreconf-2.62 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/chinese/iiimf-le-ude/Makefile b/chinese/iiimf-le-ude/Makefile index 02a171eb07e5..00048bb6e0ad 100644 --- a/chinese/iiimf-le-ude/Makefile +++ b/chinese/iiimf-le-ude/Makefile @@ -22,7 +22,7 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:261:env libtool:15:env +USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:15:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/chinese/iiimf-le-ude/files/patch-Makefile b/chinese/iiimf-le-ude/files/patch-Makefile index f8060d2ab6a7..932eabe713a8 100644 --- a/chinese/iiimf-le-ude/files/patch-Makefile +++ b/chinese/iiimf-le-ude/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.61 -+AUTOCONF = autoconf-2.61 ++AUTOHEADER = autoheader-2.62 ++AUTOCONF = autoconf-2.62 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.61 ++AUTORECONF = autoreconf-2.62 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake diff --git a/chinese/iiimf-le-xcin/Makefile b/chinese/iiimf-le-xcin/Makefile index 81cb43ae5a70..6a75c5bf67e6 100644 --- a/chinese/iiimf-le-xcin/Makefile +++ b/chinese/iiimf-le-xcin/Makefile @@ -22,7 +22,7 @@ USE_XORG= x11 xproto WRKSRC= ${WRKDIR}/iiimf-xcin USE_BZIP2= yes USE_GNOME= libxml2 -USE_AUTOTOOLS= automake:19 autoheader:261 autoconf:261 libtool:15 +USE_AUTOTOOLS= automake:19 autoheader:262 autoconf:262 libtool:15 AUTOMAKE_ARGS= --add-missing CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |