diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-01-27 16:52:30 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-01-27 16:52:30 +0000 |
commit | 825400d42afd0510367a872739f723d51bd5e871 (patch) | |
tree | 21a404fcf00778682dc1f65d6a2337dac590891a /www/emacs-w3m | |
parent | 4bec7a292c7bd9ecc39af1d1058388ba5fe201e0 (diff) |
Fix dependency of emacs-w3m-emacs22.
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=248698
Diffstat (limited to 'www/emacs-w3m')
-rw-r--r-- | www/emacs-w3m/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index f4436dfc73fc..e0e9f71dc1ea 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -53,7 +53,7 @@ SHIMBUN= "" .include <bsd.port.pre.mk> -.if (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs23") +.if (${EMACS_PORT_NAME} == "emacs23") FLIM_PORT= ${PORTSDIR}/editors/flim SEMI_PORT= ${PORTSDIR}/editors/semi INSTALL_TARGET= install install-icons |