aboutsummaryrefslogtreecommitdiff
path: root/www/emacs-w3m
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-12-20 20:19:24 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-12-20 20:19:24 +0000
commit3cb246682f28b75689c85870b686a29b45b6b32f (patch)
tree25fea46b8099aeac2b4f386af51ec828fed0777f /www/emacs-w3m
parent282b2097dada0fc35c2badb14110a379a54177b7 (diff)
downloadports-3cb246682f28b75689c85870b686a29b45b6b32f.tar.gz
ports-3cb246682f28b75689c85870b686a29b45b6b32f.zip
Notes
Diffstat (limited to 'www/emacs-w3m')
-rw-r--r--www/emacs-w3m/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile
index cf2f6ab7fca6..cdd3f9a98513 100644
--- a/www/emacs-w3m/Makefile
+++ b/www/emacs-w3m/Makefile
@@ -50,7 +50,11 @@ SHIMBUN= ""
.include <bsd.port.pre.mk>
-.if (${EMACS_PORT_NAME} == "emacs22")
+.if (${EMACS_PORT_NAME} == "emacs23")
+BROKEN= this version does not support Emacs 23
+.endif
+
+.if (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs23")
FLIM_PORT= ${PORTSDIR}/editors/flim
SEMI_PORT= ${PORTSDIR}/editors/semi
INSTALL_TARGET= install install-icons
@@ -83,7 +87,7 @@ RUN_DEPENDS+= ${SEMI_COOKIE}:${SEMI_PORT} \
wvHtml:${PORTSDIR}/textproc/wv \
xlhtml:${PORTSDIR}/textproc/xlhtml
-.if ${EMACS_PORT_NAME} != "emacs22"
+.if (${EMACS_PORT_NAME} != "emacs22") && (${EMACS_PORT_NAME} != "emacs23")
RUN_DEPENDS+= ${MULE_UCS_ELISP_FILE}:${MULE_UCS_PORT}
.endif
.endif