diff options
author | shige <shige@FreeBSD.org> | 1999-03-01 17:17:43 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-03-01 17:17:43 +0800 |
commit | 2048f8f040e7edbc3981b4f3689c2894ce2641eb (patch) | |
tree | b2b9b653cddbc23252f5e27719ef1133fd403ca2 /editors | |
parent | 0db127b30b792efe8795f2a9e64703417f31693b (diff) | |
download | freebsd-ports-gnome-2048f8f040e7edbc3981b4f3689c2894ce2641eb.tar.gz freebsd-ports-gnome-2048f8f040e7edbc3981b4f3689c2894ce2641eb.tar.zst freebsd-ports-gnome-2048f8f040e7edbc3981b4f3689c2894ce2641eb.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-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}" |