diff options
author | sem <sem@FreeBSD.org> | 2005-11-17 23:44:33 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-11-17 23:44:33 +0800 |
commit | ad6ad4e52a5a3b1a229840b7dcf6148cb0c735b3 (patch) | |
tree | 9c333691856d617db6199730340d94694d8f7caf /editors/flim | |
parent | 4147be6cd43da715d0911c37163bc10e55a5a78e (diff) | |
download | freebsd-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/Makefile | 5 |
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} |