- add explicit dependency to gamke

Approved by:	gurkan (implicit)
This commit is contained in:
Dirk Meyer 2007-08-15 10:01:48 +00:00
parent 1195ac5960
commit 70a0a00a6a

View file

@ -31,6 +31,7 @@ BASEDIR= ${WRKSRC}/nextstep/build/Emacs.app
CONFIGURE_ARGS+= --without-gcc --with-ns --without-x --with-pop \
--prefix=${BASEDIR}/Resources --exec-prefix=${BASEDIR} --libexecdir=${BASEDIR}/libexec \
${CONFIGURE_TARGET}
USE_GMAKE= yes
USE_MAKEFILE= yes
MAKE_ENV+= MAKE="${GMAKE}" EMACSLOADPATH="${WRKSRC}/lisp:${WRKSRC}/leim"