summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2010-07-30 09:56:53 +0000
committerJohan van Selst <johans@FreeBSD.org>2010-07-30 09:56:53 +0000
commitc66ce5e7fc4ec9adff5f66d24726ac0f9773f277 (patch)
tree44c3524985d3d7c4a956c6e6e8e406fd612e3470
parent- Update to 2.4.4 (diff)
- Add OPTIONS instead of knobs for news/slrn
PR: ports/149100 Submitted by: David DEMELIER
Notes
Notes: svn path=/head/; revision=258494
-rw-r--r--news/slrn/Makefile6
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 "