aboutsummaryrefslogtreecommitdiffstats
path: root/editors/apel-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'editors/apel-emacs')
-rw-r--r--editors/apel-emacs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/apel-emacs/Makefile b/editors/apel-emacs/Makefile
index d93de033294b..14a151bf97a2 100644
--- a/editors/apel-emacs/Makefile
+++ b/editors/apel-emacs/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}