summaryrefslogtreecommitdiff
path: root/editors/apel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-01-11 10:27:46 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-01-11 10:27:46 +0000
commite7bce6e2ba8d09e510545763f61f68adc03984e6 (patch)
tree90016d170dd133b1b37528a10020dddf02ec7f75 /editors/apel
parentI tried to be too cute with the DEPENDS stuff. Change all install targets (diff)
BUILD_DEPENDS on emacs binary.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=16002
Diffstat (limited to 'editors/apel')
-rw-r--r--editors/apel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/apel/Makefile b/editors/apel/Makefile
index d93de033294b..14a151bf97a2 100644
--- a/editors/apel/Makefile
+++ b/editors/apel/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/01/02 13:26:51 kuriyama Exp $
#
DISTNAME= apel-${APEL_VER}
@@ -39,11 +39,10 @@ HAVE_COMMON_PORT= NO
.if !defined(REQUIRE_SETUPEL)
REQUIRE_SETUPEL= NO
.endif
+BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
.if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES")
-BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}-common
RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}-common
.else
-BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
.endif
SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER}