diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2002-11-17 14:31:34 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2002-11-17 14:31:34 +0000 |
commit | c69b2316ba8f349c89123daa1ae810b2d62f1bae (patch) | |
tree | fecafd9fe9c6f85b24c53c0db53140556796113f /www/w3m/scripts | |
parent | f391c9a485bff92de17b85595856bade53d0473d (diff) | |
download | FreeBSD-ports-c69b2316ba8f349c89123daa1ae810b2d62f1bae.zip FreeBSD-ports-c69b2316ba8f349c89123daa1ae810b2d62f1bae.tar.gz |
Update www/w3m to 0.3.2 and www/w3m-m17n to 0.3.2+20021116.
Diffstat (limited to 'www/w3m/scripts')
-rw-r--r-- | www/w3m/scripts/pre-configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/w3m/scripts/pre-configure b/www/w3m/scripts/pre-configure index 7c0d7f0..14fffb7 100644 --- a/www/w3m/scripts/pre-configure +++ b/www/w3m/scripts/pre-configure @@ -31,6 +31,7 @@ fi if [ -n "${INLINE_IMAGE}" ] ; then echo use_image=y >> ${WRKSRC}/config.param + echo use_w3mimg_x11=y >> ${WRKSRC}/config.param fi if [ -n "${M17N}" ] ; then |