diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-03-01 11:55:45 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-03-01 11:55:45 +0000 |
commit | f9cacda1caa940bf4a4837ea73161aac732b7c5e (patch) | |
tree | 7b668d4b11c60b7fb6a33db80b55f60c96aaaefc | |
parent | Add snarf. (diff) |
Changed from GNU_CONFIGURE=yes to USE_AUTOCONF=yes,
because this port includes a long long patch for configure.
And patches/patch-ce removed.
Notes
Notes:
svn path=/head/; revision=16966
-rw-r--r-- | editors/emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index b13efcc75051..e5b75720ec8e 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.36 1999/01/23 14:28:21 simokawa Exp $ +# $Id: Makefile,v 1.37 1999/01/27 07:41:11 fenner Exp $ # DISTNAME= emacs-20.3 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= emacs MAINTAINER= jseger@FreeBSD.org -GNU_CONFIGURE= yes +USE_AUTOCONF= yes USE_XLIB= yes USE_GMAKE= yes EMACS_ARCH= ${MACHINE_ARCH}--freebsd |