From bb673b910abe94857f50a7b091c31d07297f26b9 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 19 Nov 1998 15:40:45 +0000 Subject: Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary DEPENDS definition. --- textproc/unroff/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'textproc') diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 75f6dae386b..84a559d2a0c 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/11/13 01:50:21 frueauf Exp $ +# $NetBSD: Makefile,v 1.9 1998/11/19 15:40:47 agc Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp # @@ -12,8 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PATCH1} ${PATCH2} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www-rn.informatik.uni-bremen.de/software/unroff/ -RUN_DEPENDS= elk:../../lang/elk -BUILD_DEPENDS= elk:../../lang/elk +DEPENDS+= elk-3.0.2:../../lang/elk NOT_FOR_ARCHS= alpha #needs elk -- cgit v1.2.3