From 2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b 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. --- mail/exmh/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'mail') diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index 1ac563808af..89de067a740 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/08/20 15:17:09 tsarna Exp $ +# $NetBSD: Makefile,v 1.14 1998/11/19 15:40:46 agc Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -26,12 +26,10 @@ PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.beedub.com/exmh/ -BUILD_DEPENDS= tclsh8.0:../../lang/tcl80 -RUN_DEPENDS= wish8.0:../../x11/tk80 -# exmh is pretty useless without this, but it's not needed to build it. -RUN_DEPENDS+= repl:../../mail/nmh -# full mime support needs mmencode/mmdecode from metamail -RUN_DEPENDS+= mmencode:../../mail/metamail +DEPENDS+= tcl-8.0p2:../../lang/tcl80 +DEPENDS+= tk-8.0p2:../../x11/tk80 +DEPENDS+= nmh-0.27:../../mail/nmh +DEPENDS+= mm-2.7:../../mail/metamail DIST_SUBDIR= ${PKGNAME} -- cgit v1.2.3