diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
commit | 78da40aa98fcf6cb07ce5586fa21a0ebbf344900 (patch) | |
tree | 137406de20fa3d6cc8b974ee1cecac3ea2105c30 /www/w3m | |
parent | b6d2dde3b5f30ac582771ce6f232d0b08b60b648 (diff) |
Notes
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 63d77deb01b5..d3fb4442ce34 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -65,7 +65,7 @@ PLIST_SUB+= JAPANESE="@comment " CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS+= intl.5:${PORTSDIR}/devel/gettext-old PLIST_SUB+= NLS="" .endif |