diff options
Diffstat (limited to 'japanese/emacs20-dl-wnn6/Makefile')
-rw-r--r-- | japanese/emacs20-dl-wnn6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/emacs20-dl-wnn6/Makefile b/japanese/emacs20-dl-wnn6/Makefile index 4227ee5bcbdb..56a3a6768aa5 100644 --- a/japanese/emacs20-dl-wnn6/Makefile +++ b/japanese/emacs20-dl-wnn6/Makefile @@ -17,10 +17,10 @@ COMMENT= Dynamic loading module input method `Wnn' on Emacs LIB_DEPENDS= wnn6.2:${.CURDIR}/../../japanese/Wnn6-lib BUILD_DEPENDS= emacs-dl-${EMACS_VER}:${EMACSDL_DIR} \ - autoconf:${PORTSDIR}/devel/autoconf \ ${NONEXISTENT}:${EMACSDL_DIR}:configure RUN_DEPENDS= emacs-dl-${EMACS_VER}:${EMACSDL_DIR} +WANT_AUTOCONF_VER=253 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wnn6 \ @@ -38,7 +38,7 @@ EMACSDL_SRCDIR= ${WRKDIRPREFIX}${EMACSDL_DIR}/work/emacs-${EMACS_VER} # hack to allow parallel build to work .if defined(PARALLEL_PACKAGE_BUILD) USE_GMAKE= yes -BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf +WANT_AUTOCONF_VER=253 .endif post-install: |