aboutsummaryrefslogtreecommitdiffstats
path: root/editors/flim
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-11-17 23:44:33 +0800
committersem <sem@FreeBSD.org>2005-11-17 23:44:33 +0800
commitad6ad4e52a5a3b1a229840b7dcf6148cb0c735b3 (patch)
tree9c333691856d617db6199730340d94694d8f7caf /editors/flim
parent4147be6cd43da715d0911c37163bc10e55a5a78e (diff)
downloadfreebsd-ports-gnome-ad6ad4e52a5a3b1a229840b7dcf6148cb0c735b3.tar.gz
freebsd-ports-gnome-ad6ad4e52a5a3b1a229840b7dcf6148cb0c735b3.tar.zst
freebsd-ports-gnome-ad6ad4e52a5a3b1a229840b7dcf6148cb0c735b3.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.
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}