From e7bce6e2ba8d09e510545763f61f68adc03984e6 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 11 Jan 1999 10:27:46 +0000 Subject: BUILD_DEPENDS on emacs binary. Submitted by: maintainer --- editors/apel-emacs/Makefile | 5 ++--- editors/apel/Makefile | 5 ++--- 2 files changed, 4 insertions(+), 6 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 # -# $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} 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 # -# $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} -- cgit v1.2.3