aboutsummaryrefslogtreecommitdiffstats
path: root/www/emacs-w3m
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2013-08-23 00:30:42 +0800
committernobutaka <nobutaka@FreeBSD.org>2013-08-23 00:30:42 +0800
commit7a920021190ae6905e272c47cccb3158c0f94269 (patch)
treef403b032aaf685e857d616d6323f083f9f9e88f1 /www/emacs-w3m
parent9f400bd866ea34075255dced8376a2f75896764d (diff)
downloadfreebsd-ports-graphics-7a920021190ae6905e272c47cccb3158c0f94269.tar.gz
freebsd-ports-graphics-7a920021190ae6905e272c47cccb3158c0f94269.tar.zst
freebsd-ports-graphics-7a920021190ae6905e272c47cccb3158c0f94269.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>
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 6a263881b6f..96a94a69a89 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}