diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-05 09:00:18 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-05 09:00:18 +0000 |
commit | 29c3cae36702bc1cc3060b10f8baf3928b5e657b (patch) | |
tree | 33080a07933c619fac04a40a20efa3cb3e9754f9 /editors/emacs | |
parent | 5acd95fc83ccc14caa46ff79abe37d4e90784129 (diff) | |
download | ports-29c3cae36702bc1cc3060b10f8baf3928b5e657b.tar.gz ports-29c3cae36702bc1cc3060b10f8baf3928b5e657b.zip |
Simplify - don't need to put gmake in DEPENDS if
USES_GMAKE is set.
Notes
Notes:
svn path=/head/; revision=718
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index ddbb327ac606..04f8b414fa5d 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,14 +3,13 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.8 1994/10/29 21:49:36 pst Exp $ +# $Id: Makefile,v 1.9 1994/11/22 11:04:17 jkh Exp $ # DISTNAME= emacs-19.27 USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} -DEPENDS= ${PORTSDIR}/devel/gmake MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ .include <bsd.port.mk> |