diff options
author | asami <asami@FreeBSD.org> | 2000-05-12 14:49:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-05-12 14:49:08 +0800 |
commit | 3fab6836be1b71addb950f437b3a7a28b9a9c695 (patch) | |
tree | 3aaa0f2c4e35bb348761f11c49ae1921a05bddbc /editors/apel-emacs | |
parent | d7902a20d8ebfd6126c3b88c5bab667ae19db4c3 (diff) | |
download | freebsd-ports-gnome-3fab6836be1b71addb950f437b3a7a28b9a9c695.tar.gz freebsd-ports-gnome-3fab6836be1b71addb950f437b3a7a28b9a9c695.tar.zst freebsd-ports-gnome-3fab6836be1b71addb950f437b3a7a28b9a9c695.zip |
EMACS_PORT -> EMACS_PORT_NAME
Diffstat (limited to 'editors/apel-emacs')
-rw-r--r-- | editors/apel-emacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/apel-emacs/Makefile b/editors/apel-emacs/Makefile index 9e8f45366158..b05ddb8990a7 100644 --- a/editors/apel-emacs/Makefile +++ b/editors/apel-emacs/Makefile @@ -38,8 +38,8 @@ ALL_TARGET?= elc # depends on custom: emacs-19.34 or mule-19.34 .if (${EMACS_VER} == "19.34") -BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORTSDIR}/editors/custom-${EMACS_PORT} -RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORTSDIR}/editors/custom-${EMACS_PORT} +BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORTSDIR}/editors/custom-${EMACS_PORT_NAME} +RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORTSDIR}/editors/custom-${EMACS_PORT_NAME} .endif .if defined(EMACS_PACKAGESDIR) BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/xemacs-packages/lisp/xemacs-base/advice.el:${PORTSDIR}/editors/xemacs-sumo-packages |