aboutsummaryrefslogtreecommitdiff
path: root/audio/zita-convolver
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-04-08 21:25:10 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-04-08 21:25:37 +0000
commitae9a12a14fc215d59a1f27005f98982504c9287c (patch)
tree88f0c473f36d46f055cb0dd8560cca4b5b4cb643 /audio/zita-convolver
parentc8f0a0b784b706165d434cb3ef914545a75d6f03 (diff)
downloadports-ae9a12a14fc215d59a1f27005f98982504c9287c.tar.gz
ports-ae9a12a14fc215d59a1f27005f98982504c9287c.zip
audio/zita-convolver: Add missing run dependency
Diffstat (limited to 'audio/zita-convolver')
-rw-r--r--audio/zita-convolver/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/zita-convolver/Makefile b/audio/zita-convolver/Makefile
index 87460fdfdf82..ad1613533ab2 100644
--- a/audio/zita-convolver/Makefile
+++ b/audio/zita-convolver/Makefile
@@ -2,7 +2,7 @@
PORTNAME= zita-convolver
DISTVERSION= 4.0.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://kokkinizita.linuxaudio.org/linuxaudio/downloads/
@@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/../COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
LIB_DEPENDS= libfftw3f.so:math/fftw3-float
+RUN_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
USES= compiler:c++11-lib gmake localbase:ldflags tar:bz2
USE_LDCONFIG= yes