diff options
author | tron <tron@pkgsrc.org> | 2000-06-04 09:41:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-06-04 09:41:37 +0000 |
commit | 6a8bdf135c327d886c4c7e08174279f546102812 (patch) | |
tree | 0686b0b08c5e1baf4fd9d2465af22263c530a1f1 | |
parent | e38cdf841328a06ab5cbdbe8064ae67d0dba39b7 (diff) | |
download | pkgsrc-6a8bdf135c327d886c4c7e08174279f546102812.tar.gz |
Add dependence on "sox" which is required for the capture and waveform
functions.
-rw-r--r-- | audio/xmradio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile index 7cc7627d535..c9c53a1b341 100644 --- a/audio/xmradio/Makefile +++ b/audio/xmradio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/07 20:49:44 tron Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/04 09:41:37 tron Exp $ DISTNAME= xmradio-0.9b2 CATEGORIES= audio @@ -7,6 +7,7 @@ MASTER_SITES= http://www.rostock.zgdv.de/~runge/radio/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.rostock.zgdv.de/~runge/xmradio.html +DEPENDS+= sox>=12.16:../sox DEPENDS+= xpm-3.4k:../../graphics/xpm ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.[5-9]*-* |