diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2008-05-06 00:53:09 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2008-05-06 00:53:09 +0800 |
commit | ad92540e2838173d761a873d9cc6fd268c904da5 (patch) | |
tree | 2a4aed55773b1debcbf5850b772f236135779fff /japanese | |
parent | e54e9e9ed9acc63e0ba2157e80c40b351a81785b (diff) | |
download | freebsd-ports-gnome-ad92540e2838173d761a873d9cc6fd268c904da5.tar.gz freebsd-ports-gnome-ad92540e2838173d761a873d9cc6fd268c904da5.tar.zst freebsd-ports-gnome-ad92540e2838173d761a873d9cc6fd268c904da5.zip |
Fix build error.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/migemo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/migemo/Makefile b/japanese/migemo/Makefile index 0062e1d00309..2460a46152d1 100644 --- a/japanese/migemo/Makefile +++ b/japanese/migemo/Makefile @@ -20,7 +20,7 @@ MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Japanese incremental search tool .if !defined(EMACS_PORT_NAME) -USE_AUTOTOOLS= automake:14 autoconf:213 +USE_AUTOTOOLS= automake:15 autoconf:213 EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.am ${FILESDIR}/extra-patch-configure.in PLIST_SUB= MIGEMO="" ELISP="@comment " .endif |