From 2ff0920cb9702f4f4ddcb402304b3562aa24e0bf Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 26 Jul 1999 19:47:37 +0000 Subject: New variable "USE_INN" to use "inn" instead of "nntclnt" to provide "inews" binary for newsreaders. --- news/trn/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'news/trn') diff --git a/news/trn/Makefile b/news/trn/Makefile index 62c354baa47..33d8155c14e 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/02/22 16:12:07 tv Exp $ +# $NetBSD: Makefile,v 1.2 1999/07/26 19:47:37 tron Exp $ # DISTNAME= trn-3.6 @@ -7,7 +7,11 @@ MASTER_SITES= ftp://ftp.wustl.edu/packages/news/readers/trn/ MAINTAINER= packages@netbsd.org -DEPENDS= nntpclnt-1.6.1:../../news/nntpclnt +.if defined(USE_INN) && ${USE_INN} == YES +DEPENDS= inn-2.2:../inn +.else +DEPENDS= nntpclnt-1.6.1:../nntpclnt +.endif HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -- cgit v1.2.3