diff options
author | agc <agc@pkgsrc.org> | 1998-11-19 15:40:45 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-11-19 15:40:45 +0000 |
commit | 2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b (patch) | |
tree | c285dda7482793338f087ec5157582592dfd2d60 /mail/exmh | |
parent | 1865bbdb5bd94b772305d24c405e38f57a3f919a (diff) | |
download | pkgsrc-2cd5eb48944a741f43fb1a51a03b9a8738f6dd1b.tar.gz |
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'mail/exmh')
-rw-r--r-- | mail/exmh/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
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} |