diff options
Diffstat (limited to 'editors/emacs20/Makefile')
-rw-r--r-- | editors/emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 03c3f0fa35ec..0d100e55ded8 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -27,7 +27,7 @@ USE_AUTOCONF_VER=213 USE_GMAKE= yes EMACS_VER= 20.7 LATEST_LINK?= ${PKGNAMEPREFIX}emacs20 -CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd +CONFIGURE_TARGET= ${ARCH}--freebsd .if defined(WITHOUT_X11) CONFIGURE_ARGS= --with-x=no --with-pop .else |