diff options
author | shige <shige@FreeBSD.org> | 1999-03-01 19:55:45 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-03-01 19:55:45 +0800 |
commit | a76541c1bf5c3028c6947f466a5fd4f56c169144 (patch) | |
tree | adc8068cfdc3b0335435cc00d868e1427591a207 /editors | |
parent | 5323df705d6a517bc4616a657f72b98811ec01b1 (diff) | |
download | freebsd-ports-gnome-a76541c1bf5c3028c6947f466a5fd4f56c169144.tar.gz freebsd-ports-gnome-a76541c1bf5c3028c6947f466a5fd4f56c169144.tar.zst freebsd-ports-gnome-a76541c1bf5c3028c6947f466a5fd4f56c169144.zip |
Changed from GNU_CONFIGURE=yes to USE_AUTOCONF=yes,
because this port includes a long long patch for configure.
And patches/patch-ce removed.
Diffstat (limited to 'editors')
-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 |