aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2010-07-30 17:56:53 +0800
committerjohans <johans@FreeBSD.org>2010-07-30 17:56:53 +0800
commitc9d52764eb006baaf55749c43b7bc4c8cc356863 (patch)
tree3b8e3e17c9bc9b9e8c95363f23831f18b083d636
parentc8f7fe897dd215ae88b454d64b2933c2317c2570 (diff)
downloadfreebsd-ports-gnome-c9d52764eb006baaf55749c43b7bc4c8cc356863.tar.gz
freebsd-ports-gnome-c9d52764eb006baaf55749c43b7bc4c8cc356863.tar.zst
freebsd-ports-gnome-c9d52764eb006baaf55749c43b7bc4c8cc356863.zip
- Add OPTIONS instead of knobs for news/slrn
PR: ports/149100 Submitted by: David DEMELIER
-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 "