diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
commit | ae994c8ea8a59644c1a1406b0b6547826bc12791 (patch) | |
tree | 396acb34b10ac8f349be827c6eb833e0fd68cdff /audio/vsound | |
parent | 2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4 (diff) | |
download | ports-ae994c8ea8a59644c1a1406b0b6547826bc12791.tar.gz ports-ae994c8ea8a59644c1a1406b0b6547826bc12791.zip |
Notes
Diffstat (limited to 'audio/vsound')
-rw-r--r-- | audio/vsound/Makefile | 1 | ||||
-rw-r--r-- | audio/vsound/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/vsound/Makefile b/audio/vsound/Makefile index 45afaa1cacd7..37faf8ebb8d8 100644 --- a/audio/vsound/Makefile +++ b/audio/vsound/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://www.zorg.org/vsound/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility for capturing audio streams from programs with OSS output +USE_AUTOTOOLS= libtool:15 BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox RUN_DEPENDS= sox:${PORTSDIR}/audio/sox diff --git a/audio/vsound/pkg-plist b/audio/vsound/pkg-plist index 2a26e8d3c89d..7d45c4ac3c8e 100644 --- a/audio/vsound/pkg-plist +++ b/audio/vsound/pkg-plist @@ -1,4 +1,5 @@ bin/vsound +lib/vsound/libvsound.a lib/vsound/libvsound.la lib/vsound/libvsound.so @dirrm lib/vsound |