diff options
author | mycroft <mycroft> | 1998-03-11 18:13:22 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-11 18:13:22 +0000 |
commit | 100e5d040561a2e4f146665fb763e934caa15c35 (patch) | |
tree | 0af625e41b610b0dd72ba0425772c58cc2ae5944 | |
parent | 4df09d19560b463c6b264f94d57d9ba65eb3c876 (diff) | |
download | pkgsrc-100e5d040561a2e4f146665fb763e934caa15c35.tar.gz |
Also needs wish8.0 at run time.
-rw-r--r-- | audio/timidity/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 59ea2899056..88cbd1da608 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -4,7 +4,7 @@ # Date created: 17 Nov 1996 # Whom: ache # -# $NetBSD: Makefile,v 1.7 1998/03/07 19:01:36 mycroft Exp $ +# $NetBSD: Makefile,v 1.8 1998/03/11 18:13:22 mycroft Exp $ # FreeBSD Id: Makefile,v 1.5 1997/09/07 22:08:13 ache Exp # @@ -19,6 +19,7 @@ MAINTAINER= mycroft@NetBSD.ORG BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 LIB_DEPENDS= ncurses.3.4:${PORTSDIR}/devel/ncurses NO_CDROM= "Uses copyrighted patches" |