diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-08-15 10:01:48 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-08-15 10:01:48 +0000 |
commit | 4d2ddb93723b9893440d1ebd2e66d774ff56c536 (patch) | |
tree | ee1440a620a80d273bd567dae32b764f59516a7e /editors | |
parent | b09568c0ad57a3797ec2a7fb4a50ab1293831ff9 (diff) | |
download | FreeBSD-ports-4d2ddb93723b9893440d1ebd2e66d774ff56c536.zip FreeBSD-ports-4d2ddb93723b9893440d1ebd2e66d774ff56c536.tar.gz |
- add explicit dependency to gamke
Approved by: gurkan (implicit)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs.app/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/emacs.app/Makefile b/editors/emacs.app/Makefile index f6e239f..913fbb7 100644 --- a/editors/emacs.app/Makefile +++ b/editors/emacs.app/Makefile @@ -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" |