diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
commit | 6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch) | |
tree | 7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /korean | |
parent | 48d3e12a9551f7a6507dfc47ccdc164263bb1ea7 (diff) | |
download | ports-6abd00a86bbeefe0d47fdd84e916deccf66893e3.tar.gz ports-6abd00a86bbeefe0d47fdd84e916deccf66893e3.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/iiimf-le-hangul/Makefile | 2 | ||||
-rw-r--r-- | korean/iiimf-le-hangul/files/patch-Makefile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/korean/iiimf-le-hangul/Makefile b/korean/iiimf-le-hangul/Makefile index d80a9dd325bc..698b4d8d982d 100644 --- a/korean/iiimf-le-hangul/Makefile +++ b/korean/iiimf-le-hangul/Makefile @@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= i386 USE_XORG= x11 USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:111:env autoconf:267:env libtool:22:env +USE_AUTOTOOLS= automake:111:env autoconf:268:env libtool:22:env WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} BUILDDIR= ${WRKSRC}/leif diff --git a/korean/iiimf-le-hangul/files/patch-Makefile b/korean/iiimf-le-hangul/files/patch-Makefile index 132e1fa33b29..20f35ea632a6 100644 --- a/korean/iiimf-le-hangul/files/patch-Makefile +++ b/korean/iiimf-le-hangul/files/patch-Makefile @@ -10,8 +10,8 @@ +ACLOCAL = aclocal-1.11 +AUTOMAKE = automake-1.11 --add-missing --copy +LIBTOOLIZE = libtoolize --force --copy -+AUTOHEADER = autoheader-2.67 -+AUTOCONF = autoconf-2.67 ++AUTOHEADER = autoheader-2.68 ++AUTOCONF = autoconf-2.68 #CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \ # $(LIBTOOLIZE) && \ # $(AUTOHEADER) && \ @@ -19,7 +19,7 @@ # $(AUTOCONF) -AUTORECONF = autoreconf -+AUTORECONF = autoreconf-2.67 ++AUTORECONF = autoreconf-2.68 BOOTSTRAP = $(AUTORECONF) --install --force INTL_CMD = glib-gettextize -f && intltoolize --copy --force --automake |