summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0fa7824963c2..04954b588413 100644
--- a/www/emacs-w3m/Makefile
+++ b/www/emacs-w3m/Makefile
@@ -50,11 +50,15 @@ SHIMBUN= ""
.include <bsd.port.pre.mk>
-.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22")
+.if (${EMACS_PORT_NAME} == "emacs22")
FLIM_PORT= ${PORTSDIR}/editors/flim
SEMI_PORT= ${PORTSDIR}/editors/semi
+INSTALL_TARGET= install install-icons
+.endif
+
+.if (${EMACS_PORT_NAME} == "emacs21")
MULE_UCS_PORT= ${PORTSDIR}/converters/mule-ucs
-INSTALL_TARGET= install install-icons
+INSTALL_TARGET= install install-icons
.endif
FLIM_TRUNK= 1.14