diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-06-23 11:42:37 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-06-23 11:42:37 +0000 |
commit | 45aa97530929bd816bfe9373c2964e86e3699540 (patch) | |
tree | ef8badb15703c31589c26e6cd19e9a07a76c8d6c /news/slrn | |
parent | 21cbaa90c47a03aa3a8e8b8d50113899d44803a3 (diff) | |
download | ports-45aa97530929bd816bfe9373c2964e86e3699540.tar.gz ports-45aa97530929bd816bfe9373c2964e86e3699540.zip |
Notes
Diffstat (limited to 'news/slrn')
-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 |