diff options
author | shige <shige@FreeBSD.org> | 2000-07-13 13:10:02 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-07-13 13:10:02 +0800 |
commit | 244274e4f75571ab93cbeb6fec24aefe949df58e (patch) | |
tree | 5258df7b7ca99ca81307e2f688638eba97496e6f /editors | |
parent | 232f9b2c51fe2243d938211d2353ed18a41e875b (diff) | |
download | freebsd-ports-gnome-244274e4f75571ab93cbeb6fec24aefe949df58e.tar.gz freebsd-ports-gnome-244274e4f75571ab93cbeb6fec24aefe949df58e.tar.zst freebsd-ports-gnome-244274e4f75571ab93cbeb6fec24aefe949df58e.zip |
In the case of apel-xemacs21-mule:
Depend on xemacs-packages instead of xemacs-sumo-packages
because of rearrangement for xemacs emacs-lisp packages.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/apel-emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/apel/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/apel-emacs/Makefile b/editors/apel-emacs/Makefile index 88a4add5cf70..d9bca31dbbd5 100644 --- a/editors/apel-emacs/Makefile +++ b/editors/apel-emacs/Makefile @@ -46,8 +46,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORT RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORTSDIR}/editors/custom-${EMACS_PORT_NAME} .endif .if defined(EMACS_PACKAGESDIR) -BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/xemacs-base/advice.el:${PORTSDIR}/editors/xemacs-sumo-packages -RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/xemacs-base/advice.el:${PORTSDIR}/editors/xemacs-sumo-packages +BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/xemacs-base/advice.el:${PORTSDIR}/editors/xemacs-packages +RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/xemacs-base/advice.el:${PORTSDIR}/editors/xemacs-packages .endif .else .BEGIN: diff --git a/editors/apel/Makefile b/editors/apel/Makefile index 88a4add5cf70..d9bca31dbbd5 100644 --- a/editors/apel/Makefile +++ b/editors/apel/Makefile @@ -46,8 +46,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORT RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/custom.el:${PORTSDIR}/editors/custom-${EMACS_PORT_NAME} .endif .if defined(EMACS_PACKAGESDIR) -BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/xemacs-base/advice.el:${PORTSDIR}/editors/xemacs-sumo-packages -RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/xemacs-base/advice.el:${PORTSDIR}/editors/xemacs-sumo-packages +BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/xemacs-base/advice.el:${PORTSDIR}/editors/xemacs-packages +RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/xemacs-base/advice.el:${PORTSDIR}/editors/xemacs-packages .endif .else .BEGIN: |