aboutsummaryrefslogtreecommitdiff
path: root/www/emacs-w3m
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2013-08-22 16:30:42 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2013-08-22 16:30:42 +0000
commit5905035866bdd673d6473fff1c9094740c61bc3d (patch)
treef403b032aaf685e857d616d6323f083f9f9e88f1 /www/emacs-w3m
parent320054830cd1929a0fdd6dc67d7ebabf64f45ac9 (diff)
downloadports-5905035866bdd673d6473fff1c9094740c61bc3d.tar.gz
ports-5905035866bdd673d6473fff1c9094740c61bc3d.zip
- Make slave ports of www/w3m work as are before master port is
OptionsNG-fied. - Convert makefile header to new format. - Remove shlib version from LIB_DEPENDS. - Remove M17N option and make m17n feature always on. It is because configure script enables m17n feature by default and there is no practical advantage of disabling it. - Remove www/w3m-m17n and www/w3m-m17-img because they are now identical with www/w3m and www/w3m-img. - Add entry of removed ports to MOVED. - Update CONFLICTS. - Adjust dependency of www/emacs-w3m. - Bump PORTREVISON of w3m ports and www/emacs-w3m. PR: ports/178189 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes
Notes: svn path=/head/; revision=325211
Diffstat (limited to 'www/emacs-w3m')
-rw-r--r--www/emacs-w3m/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile
index 6a263881b6fb..96a94a69a89c 100644
--- a/www/emacs-w3m/Makefile
+++ b/www/emacs-w3m/Makefile
@@ -3,7 +3,7 @@
PORTNAME= emacs-w3m
PORTVERSION= 1.4.471.b.${SNAPDATE}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= www elisp
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nobutaka
@@ -90,8 +90,8 @@ SEMI_PORT?= ${PORTSDIR}/editors/semi-${EMACS_PORT_NAME}
MULE_UCS_PORT?= ${PORTSDIR}/converters/mule-ucs-${EMACS_PORT_NAME}
MULE_UCS_ELISP_FILE= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/mule-ucs/un-define.el
-BUILD_DEPENDS+= w3m:${PORTSDIR}/www/w3m-m17n
-RUN_DEPENDS+= w3m:${PORTSDIR}/www/w3m-m17n
+BUILD_DEPENDS+= w3m:${PORTSDIR}/www/w3m
+RUN_DEPENDS+= w3m:${PORTSDIR}/www/w3m
.if ${PORT_OPTIONS:MSHIMBUN}
BUILD_DEPENDS+= ${FLIM_COOKIE}:${FLIM_PORT}
RUN_DEPENDS+= ${FLIM_COOKIE}:${FLIM_PORT}