diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-03-01 09:17:43 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-03-01 09:17:43 +0000 |
commit | b9bf9b4f9f7d20d0c0b1ef906c05ddd28b0217ca (patch) | |
tree | 385c70109531a068cbe3549ac11f9971ce269c34 /editors/emacs20-dl/Makefile | |
parent | 5a0ed685128d022f2235be50d1eb5f712dbff8a3 (diff) |
Notes
Diffstat (limited to 'editors/emacs20-dl/Makefile')
-rw-r--r-- | editors/emacs20-dl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs20-dl/Makefile b/editors/emacs20-dl/Makefile index e939832da6e8..dd7b8ff08148 100644 --- a/editors/emacs20-dl/Makefile +++ b/editors/emacs20-dl/Makefile @@ -3,7 +3,7 @@ # Date created: 10 October 1998 # Whom: shige # -# $Id: Makefile,v 1.4 1999/01/23 14:28:24 simokawa Exp $ +# $Id: Makefile,v 1.5 1999/01/27 07:41:11 fenner Exp $ # DISTNAME= emacs-20.3 @@ -16,11 +16,11 @@ PATCH_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/emacs-20-dl/ PATCHFILES= emacs-20.3-dl.diff PATCH_DIST_STRIP= -p1 -MAINTAINER= shige@kuis.kyoto-u.ac.jp +MAINTAINER= shige@FreeBSD.ORG RUN_DEPENDS= emacs-20.3:${PORTSDIR}/editors/emacs20 -GNU_CONFIGURE= yes +USE_AUTOCONF= yes USE_XLIB= yes USE_GMAKE= yes MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" |