diff options
author | jkh <jkh@FreeBSD.org> | 1994-08-21 23:09:47 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-08-21 23:09:47 +0800 |
commit | 920faaf1f20f93a72dc88e09925dc0493d971a8a (patch) | |
tree | 71b9815a5bfcae1cef00fab35fa73813da916c16 /editors/emacs22/Makefile | |
parent | bb69a89fab175ba3199b29da992821fab571e1e1 (diff) | |
download | freebsd-ports-graphics-920faaf1f20f93a72dc88e09925dc0493d971a8a.tar.gz freebsd-ports-graphics-920faaf1f20f93a72dc88e09925dc0493d971a8a.tar.zst freebsd-ports-graphics-920faaf1f20f93a72dc88e09925dc0493d971a8a.zip |
Adjust to new bsd.port.mk conventions for configuration.
Submitted by: jkh
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> |