diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-04-10 04:14:49 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-04-10 04:14:49 +0000 |
commit | 558f09542b0f5ce94632c428246e61c52ad38b22 (patch) | |
tree | c125313172020d8ec9f780936656d734b019fdde /audio | |
parent | e816cc32be8ad2909fa95a570421da0f1f983544 (diff) | |
download | ports-558f09542b0f5ce94632c428246e61c52ad38b22.tar.gz ports-558f09542b0f5ce94632c428246e61c52ad38b22.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/x42-plugins-lv2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/x42-plugins-lv2/Makefile b/audio/x42-plugins-lv2/Makefile index 421498dcd043..a36028aaec38 100644 --- a/audio/x42-plugins-lv2/Makefile +++ b/audio/x42-plugins-lv2/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libsndfile.so:audio/libsndfile \ libzita-convolver.so:audio/zita-convolver -USES= gl gmake gnome localbase pkgconfig tar:xz shebangfix +USES= compiler:c++11-lang gl gmake gnome localbase pkgconfig tar:xz shebangfix USE_GITHUB= nodefault GH_TUPLE= x42:convoLV2:f814f1e:x/convoLV2zita4 USE_GNOME= glib20 pango cairo |