diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 13:15:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-19 13:15:31 +0000 |
commit | f1371a36f60e65e882389e6b40e74d3cf54c2b9d (patch) | |
tree | bd73632f00d33bb18a55baeff9ecec40b28db931 /editors/emacs23/Makefile | |
parent | bec0ed8039d831c01f82eabe70cebf7400d2f49b (diff) |
Notes
Diffstat (limited to 'editors/emacs23/Makefile')
-rw-r--r-- | editors/emacs23/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 9871d67c8344..0859b2f04109 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: GNU emacs -# Version required: 19.34 +# Version required: 19.34b # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.24 1996/11/17 07:01:27 obrien Exp $ +# $Id: Makefile,v 1.25 1996/11/18 10:22:58 asami Exp $ # -DISTNAME= emacs-19.34 +DISTNAME= emacs-19.34b CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU} +WRKSRC= ${WRKDIR}/emacs-19.34 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= i386--freebsd --with-x-toolkit |