summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-08-04 11:09:34 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-08-04 11:09:34 +0000
commit04d8dc46d4afe253e7ac755b746bdf806be86f24 (patch)
tree87aba8ffeaf14351f0ffd62f720dcf1e744c7640
parent- Respect LOCALBASE and CXX (diff)
Correct dependency for emacs21 to fix package build.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=197073
-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