diff options
Diffstat (limited to 'editors/emacs22/Makefile')
-rw-r--r-- | editors/emacs22/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 6db2510035f..7fb17c96baf 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -3,12 +3,13 @@ # Date created: 20 August 1994 # Whom: jkh # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:27 jkh Exp $ # DISTNAME= emacs-19.25 USE_GMAKE= yes -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= i386--freebsd HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu .include <bsd.port.mk> |