diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-07-18 05:59:19 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-07-18 05:59:19 +0000 |
commit | 9d52fe2c191fc111ac2910e08a8cfc5cf9400064 (patch) | |
tree | e529d0d57a3563d6542b4ca9fe0d5df7ad106a55 /mail/wanderlust/Makefile | |
parent | 7fc8c3355c8075812e63dde9cea6d11e74a0fa8b (diff) | |
download | ports-9d52fe2c191fc111ac2910e08a8cfc5cf9400064.tar.gz ports-9d52fe2c191fc111ac2910e08a8cfc5cf9400064.zip |
Fix dependency conflict of wanderlust-emacs22.
Notes
Notes:
svn path=/head/; revision=257906
Diffstat (limited to 'mail/wanderlust/Makefile')
-rw-r--r-- | mail/wanderlust/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index c919028b5e3e..6a1d19e557e8 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/Makefile @@ -35,7 +35,7 @@ MIMEUI_COOKIE= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}-${MIMEUI_VERSION}.FreeBSD-pa BUILD_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} RUN_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} -.if (${EMACS_NAME} == "emacs") && (${EMACS_MAJOR_VER} >= 22) +.if (${EMACS_NAME} == "emacs") && (${EMACS_MAJOR_VER} == 23) RUN_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/x-face-e21.el:${PORTSDIR}/mail/x-face-e21 .endif |