diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 19:09:34 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 19:09:34 +0800 |
commit | 1245245386f7ff318e0531e6bd7ec16b00d44656 (patch) | |
tree | 3c48ff3b854b3ca4fd9377aea68939f9e6fb6b35 /www | |
parent | f1c87edd6ce98d4e51408b089386193208758de4 (diff) | |
download | freebsd-ports-gnome-1245245386f7ff318e0531e6bd7ec16b00d44656.tar.gz freebsd-ports-gnome-1245245386f7ff318e0531e6bd7ec16b00d44656.tar.zst freebsd-ports-gnome-1245245386f7ff318e0531e6bd7ec16b00d44656.zip |
Correct dependency for emacs21 to fix package build.
Reported by: pointyhat via kris
Diffstat (limited to 'www')
-rw-r--r-- | www/emacs-w3m/Makefile | 8 |
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 |