diff options
author | agc <agc> | 1998-11-19 15:40:45 +0000 |
---|---|---|
committer | agc <agc> | 1998-11-19 15:40:45 +0000 |
commit | bb673b910abe94857f50a7b091c31d07297f26b9 (patch) | |
tree | c285dda7482793338f087ec5157582592dfd2d60 /audio/timidity | |
parent | 13efefe4837fa4dc3a8b1a14d0d8d617ff67d207 (diff) | |
download | pkgsrc-bb673b910abe94857f50a7b091c31d07297f26b9.tar.gz |
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'audio/timidity')
-rw-r--r-- | audio/timidity/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 3c3e1c85e19..5392c2980e4 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1998/11/07 20:04:48 mycroft Exp $ +# $NetBSD: Makefile,v 1.18 1998/11/19 15:40:45 agc Exp $ # DISTNAME= timidity-0.2i @@ -11,7 +11,6 @@ MAINTAINER= mycroft@NetBSD.ORG HOMEPAGE= http://www.cgs.fi/~tt/timidity/ BUILD_DEPENDS= unzip:../../archivers/unzip -RUN_DEPENDS= wish8.0:../../x11/tk80 DEPENDS+= ncurses-1.9.9g:../../devel/ncurses DEPENDS+= tk-8.0p2:../../x11/tk80 |