diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-07-30 09:56:53 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-07-30 09:56:53 +0000 |
commit | c66ce5e7fc4ec9adff5f66d24726ac0f9773f277 (patch) | |
tree | 44c3524985d3d7c4a956c6e6e8e406fd612e3470 | |
parent | 967e338c26567d79bbb49b0cb98d45060c0c7974 (diff) | |
download | ports-c66ce5e7fc4ec9adff5f66d24726ac0f9773f277.tar.gz ports-c66ce5e7fc4ec9adff5f66d24726ac0f9773f277.zip |
Notes
-rw-r--r-- | news/slrn/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index b1c81c647f5a..3dcaffa5f0f1 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -23,6 +23,12 @@ LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 USE_GMAKE= yes USE_ICONV= yes +OPTIONS= NLS "Native Language Support via gettext utilities" on \ + SSL "Adds support for SSL (Secure Socket Layer)" on \ + DEVIEW "Enable uulib for multiple de-/encoding" off + +.include <bsd.port.options.mk> + .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " |