diff options
author | asami <asami@FreeBSD.org> | 1999-01-11 18:27:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-11 18:27:46 +0800 |
commit | 907c4e69abbff6e0251d52d0ad4e0c3a47bf84a9 (patch) | |
tree | 39329cea2fe80588bdf450eb1baa10b89cc7bdf7 /editors/apel | |
parent | 62e0ccf80e892900207a30fd0e113eb16104ded3 (diff) | |
download | freebsd-ports-gnome-907c4e69abbff6e0251d52d0ad4e0c3a47bf84a9.tar.gz freebsd-ports-gnome-907c4e69abbff6e0251d52d0ad4e0c3a47bf84a9.tar.zst freebsd-ports-gnome-907c4e69abbff6e0251d52d0ad4e0c3a47bf84a9.zip |
BUILD_DEPENDS on emacs binary.
Submitted by: maintainer
Diffstat (limited to 'editors/apel')
-rw-r--r-- | editors/apel/Makefile | 5 |
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} |