diff options
author | kris <kris@FreeBSD.org> | 2004-04-06 06:33:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-06 06:33:06 +0800 |
commit | fa9b67132877b6f014a6c609940e937c541d28a5 (patch) | |
tree | dfcc576647802da85ff8e2df816bff4bef501b56 | |
parent | c4a6bd112c770e3697d1dde38c7f5e3d7a49ab43 (diff) | |
download | freebsd-ports-gnome-fa9b67132877b6f014a6c609940e937c541d28a5.tar.gz freebsd-ports-gnome-fa9b67132877b6f014a6c609940e937c541d28a5.tar.zst freebsd-ports-gnome-fa9b67132877b6f014a6c609940e937c541d28a5.zip |
sox is also a BUILD_DEPENDS
-rw-r--r-- | audio/vsound/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index 7bf18be497d6..79f41febdb4d 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://rsidd.online.fr/ MAINTAINER= rsidd@online.fr COMMENT= Utility for capturing audio streams from programs with OSS output +BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox RUN_DEPENDS= sox:${PORTSDIR}/audio/sox USE_LIBTOOL_VER= 13 |