summaryrefslogtreecommitdiff
path: root/news/slrn
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-04-13 12:00:48 +0000
committernia <nia@pkgsrc.org>2020-04-13 12:00:48 +0000
commitdee2febb3a7fc809410b77b912a69d46054f4cf2 (patch)
tree3c64ca5edadda2edad4f4daf566fdc6ac06ee92e /news/slrn
parentf72140905315ad8d4fc6e956b473fe25872d8ebc (diff)
downloadpkgsrc-dee2febb3a7fc809410b77b912a69d46054f4cf2.tar.gz
slrn: Declutter.
Diffstat (limited to 'news/slrn')
-rw-r--r--news/slrn/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index b826debd9cb..0e392637a3c 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2020/03/20 11:58:13 nia Exp $
+# $NetBSD: Makefile,v 1.67 2020/04/13 12:00:48 nia Exp $
DISTNAME= slrn-1.0.3a
PKGREVISION= 1
@@ -18,11 +18,15 @@ WRKSRC= ${WRKDIR}/slrn-1.0.3
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-inews --with-slrnpull --enable-spool \
- --enable-grouplens --with-libdir=${PREFIX}/lib/slrn \
- --enable-mid-cache \
- --with-slang=${BUILDLINK_PREFIX.libslang2} \
- --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
+
+CONFIGURE_ARGS+= --disable-inews
+CONFIGURE_ARGS+= --enable-spool
+CONFIGURE_ARGS+= --enable-grouplens
+CONFIGURE_ARGS+= --enable-mid-cache
+CONFIGURE_ARGS+= --with-slrnpull
+CONFIGURE_ARGS+= --with-libdir=${PREFIX}/lib/slrn
+CONFIGURE_ARGS+= --with-slang=${BUILDLINK_PREFIX.libslang2}
+CONFIGURE_ARGS+= --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
.include "options.mk"