aboutsummaryrefslogtreecommitdiff
path: root/editors/flim
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-11-17 15:44:33 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-11-17 15:44:33 +0000
commit2d5cc3a0fd74299d49381d905a91d97ff1705b88 (patch)
treef60bb6d2987cad3331f6d68561bb8ae45e4ff0cd /editors/flim
parent5aadbb404e87b002cab1898c1bbbaa9f84e28ccf (diff)
downloadports-2d5cc3a0fd74299d49381d905a91d97ff1705b88.tar.gz
ports-2d5cc3a0fd74299d49381d905a91d97ff1705b88.zip
Fix INDEX build:
- Get back editors/semi-xemacs21-mule and editors/flim-xemacs21-mule untill a decision will be found. - editors/flim: fix dependency. bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=148621
Diffstat (limited to 'editors/flim')
-rw-r--r--editors/flim/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile
index a1cc15834b37..ff287ef89d29 100644
--- a/editors/flim/Makefile
+++ b/editors/flim/Makefile
@@ -7,6 +7,7 @@
PORTNAME= flim
PORTVERSION= ${FLIM_VER}
+PORTREVISION?= 1
CATEGORIES= editors elisp
MASTER_SITES= ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/ \
http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/flim/flim-1.14/ \
@@ -50,8 +51,8 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \
.if defined(EMACS_PORT_NAME)
# depends on apel (case of xemacs-21.x or later)
.if defined(EMACS_PACKAGESDIR)
-BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/apel/emu.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX}
-RUN_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/apel/emu.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX}
+BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/apel/emu.el:${PORTSDIR}/editors/xemacs-packages
+RUN_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/lisp/apel/emu.el:${PORTSDIR}/editors/xemacs-packages
.else
# depends on apel (case of gnu emacsen etc...)
BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/emu/emu.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX}