diff options
-rw-r--r-- | news/slrn/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index ab084d592c63..eeeea10d96c8 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -49,6 +49,11 @@ USE_OPENSSL= YES CONFIGURE_ARGS+= --with-ssl .endif +.if defined(WITH_DEVIEW) +LIB_DEPENDS+= uu.3:${PORTSDIR}/converters/uulib +CONFIGURE_ARGS+= --with-uudeview +.endif + ALL_TARGET= all MAN1= slrn.1 slrnpull.1 |