diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-17 15:17:06 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-17 15:17:06 +0800 |
commit | 45f8c640413676b371ff43908e996140b18d24f4 (patch) | |
tree | 756eb142ce70e671b1e27b34fe4fe034607564fe /audio | |
parent | 33f5fb952132b243ff367871cdce1372fa1a786e (diff) | |
download | freebsd-ports-gnome-45f8c640413676b371ff43908e996140b18d24f4.tar.gz freebsd-ports-gnome-45f8c640413676b371ff43908e996140b18d24f4.tar.zst freebsd-ports-gnome-45f8c640413676b371ff43908e996140b18d24f4.zip |
audio/alsa-utils: Add missing dependency
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alsa-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/alsa-utils/Makefile b/audio/alsa-utils/Makefile index dbde3826f27f..25d30b6ea2dd 100644 --- a/audio/alsa-utils/Makefile +++ b/audio/alsa-utils/Makefile @@ -3,6 +3,7 @@ PORTNAME= alsa-utils PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/utils/ \ GENTOO @@ -12,7 +13,8 @@ COMMENT= ALSA compatibility utils LICENSE= GPLv2+ -LIB_DEPENDS= libasound.so:audio/alsa-lib +LIB_DEPENDS= libasound.so:audio/alsa-lib \ + libfftw3f.so:math/fftw3-float RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins USES= gmake localbase ncurses shebangfix tar:bzip2 |