diff options
Diffstat (limited to 'audio/linuxsampler/Makefile')
-rw-r--r-- | audio/linuxsampler/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile index 8430b0efc6ac..826ccc796947 100644 --- a/audio/linuxsampler/Makefile +++ b/audio/linuxsampler/Makefile @@ -1,5 +1,6 @@ PORTNAME= linuxsampler DISTVERSION= 2.4.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://download.linuxsampler.org/packages/ @@ -17,9 +18,9 @@ BUILD_DEPENDS= lv2>0:audio/lv2 \ p5-XML-Parser>0:textproc/p5-XML-Parser LIB_DEPENDS= libgig.so:audio/libgig \ libsndfile.so:audio/libsndfile \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/libuuid -USES= bison compiler:c++14-lang gmake libtool localbase pathfix perl5 \ +USES= bison compiler:c++14-lang gmake libtool localbase perl5 \ pkgconfig sqlite:3 tar:bzip2 shebangfix USE_LDCONFIG= ${PREFIX}/lib/linuxsampler USE_PERL5= build |