diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2006-07-10 10:57:15 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2006-07-10 10:57:15 +0800 |
commit | ec5f3265fec483e0b377a8b537e8258de1aa59a4 (patch) | |
tree | bf66cd0ce399e90763c9a9bdf5cc9f1a5bf61922 /www/emacs-w3m | |
parent | 0fe74f95b1b8771098fc69b03498c7d697a1b027 (diff) | |
download | freebsd-ports-gnome-ec5f3265fec483e0b377a8b537e8258de1aa59a4.tar.gz freebsd-ports-gnome-ec5f3265fec483e0b377a8b537e8258de1aa59a4.tar.zst freebsd-ports-gnome-ec5f3265fec483e0b377a8b537e8258de1aa59a4.zip |
Fix dependencies for EMACS_PORT_NAME = emacs22.
Diffstat (limited to 'www/emacs-w3m')
-rw-r--r-- | www/emacs-w3m/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index cc241df99a35..1ffa8592e210 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -49,7 +49,7 @@ WITHOUT_OCTET_VIEWER= yes SHIMBUN= "" .endif -.if (${EMACS_PORT_NAME} == "emacs21") +.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22") FLIM_PORT= ${PORTSDIR}/editors/flim SEMI_PORT= ${PORTSDIR}/editors/semi MULE_UCS_PORT= ${PORTSDIR}/converters/mule-ucs @@ -76,8 +76,11 @@ RUN_DEPENDS+= ${FLIM_COOKIE}:${FLIM_PORT} .if !defined(WITHOUT_OCTET_VIEWER) RUN_DEPENDS+= ${SEMI_COOKIE}:${SEMI_PORT} \ wvHtml:${PORTSDIR}/textproc/wv \ - xlhtml:${PORTSDIR}/textproc/xlhtml \ - ${MULE_UCS_ELISP_FILE}:${MULE_UCS_PORT} + xlhtml:${PORTSDIR}/textproc/xlhtml + +.if ${EMACS_PORT_NAME} != "emacs22" +RUN_DEPENDS+= ${MULE_UCS_ELISP_FILE}:${MULE_UCS_PORT} +.endif .endif pre-everything:: |