diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-22 20:23:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-22 20:23:46 +0800 |
commit | cba10a121cd4371421c6304c19ddf4445385c206 (patch) | |
tree | d089f456653e22e8950823a4ef85da87039c33de /www | |
parent | 9f92aa57ef2a2200217ad1b26e85e15ee535279e (diff) | |
download | freebsd-ports-gnome-cba10a121cd4371421c6304c19ddf4445385c206.tar.gz freebsd-ports-gnome-cba10a121cd4371421c6304c19ddf4445385c206.tar.zst freebsd-ports-gnome-cba10a121cd4371421c6304c19ddf4445385c206.zip |
Inconditionnaly include bsd.port.options.mk
Diffstat (limited to 'www')
-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 808821cbb217..f453164c10c3 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -32,9 +32,9 @@ M17N_DESC= Multilingualization support JAPANESE_DESC= Japanese messages and migemo support INLINE_IMAGE_DESC= Inline image support KEY_LYNX_DESC= Keymap like lynx browser +.endif .include <bsd.port.options.mk> -.endif .if ${PORT_OPTIONS:MM17N} CONFIGURE_ARGS+= --enable-m17n |