aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-22 19:04:17 +0800
committerjkh <jkh@FreeBSD.org>1994-11-22 19:04:17 +0800
commit3890d48b64459c085c3909db172a73d6bb0d1031 (patch)
treeed8cde0ab57cf528a6939eff4a06fb7761893993 /editors
parent787658b411de128710a2d8e21f9f36d4396198b2 (diff)
downloadfreebsd-ports-gnome-3890d48b64459c085c3909db172a73d6bb0d1031.tar.gz
freebsd-ports-gnome-3890d48b64459c085c3909db172a73d6bb0d1031.tar.zst
freebsd-ports-gnome-3890d48b64459c085c3909db172a73d6bb0d1031.zip
Make this depend on gmake. I could do this automagically for USE_GMAKE,
but I think perhaps that's just a little TOO automagic.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile3
-rw-r--r--editors/emacs19/Makefile3
-rw-r--r--editors/emacs20/Makefile3
-rw-r--r--editors/emacs22/Makefile3
-rw-r--r--editors/emacs23/Makefile3
5 files changed, 10 insertions, 5 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 17a62d20eb76..ddbb327ac606 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -3,13 +3,14 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.7 1994/10/04 15:45:04 jkh Exp $
+# $Id: Makefile,v 1.8 1994/10/29 21:49:36 pst 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>
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index 17a62d20eb76..ddbb327ac606 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/Makefile
@@ -3,13 +3,14 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.7 1994/10/04 15:45:04 jkh Exp $
+# $Id: Makefile,v 1.8 1994/10/29 21:49:36 pst 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>
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index 17a62d20eb76..ddbb327ac606 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -3,13 +3,14 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.7 1994/10/04 15:45:04 jkh Exp $
+# $Id: Makefile,v 1.8 1994/10/29 21:49:36 pst 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>
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index 17a62d20eb76..ddbb327ac606 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -3,13 +3,14 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.7 1994/10/04 15:45:04 jkh Exp $
+# $Id: Makefile,v 1.8 1994/10/29 21:49:36 pst 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>
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index 17a62d20eb76..ddbb327ac606 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -3,13 +3,14 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.7 1994/10/04 15:45:04 jkh Exp $
+# $Id: Makefile,v 1.8 1994/10/29 21:49:36 pst 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>