aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs22/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-21 23:09:47 +0800
committerjkh <jkh@FreeBSD.org>1994-08-21 23:09:47 +0800
commit920faaf1f20f93a72dc88e09925dc0493d971a8a (patch)
tree71b9815a5bfcae1cef00fab35fa73813da916c16 /editors/emacs22/Makefile
parentbb69a89fab175ba3199b29da992821fab571e1e1 (diff)
downloadfreebsd-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/Makefile5
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>