diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-25 20:25:39 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-25 20:25:39 +0000 |
commit | 707c6bf295fc3955c86c9244533c1524bb7dea15 (patch) | |
tree | 5754f0a521127b72390a51a263bc6e84b5177927 /audio/synthpod-lv2 | |
parent | e3b5edc5e789bcd6057c4a01e4c618dbb1509756 (diff) | |
download | ports-707c6bf295fc3955c86c9244533c1524bb7dea15.tar.gz ports-707c6bf295fc3955c86c9244533c1524bb7dea15.zip |
Notes
Diffstat (limited to 'audio/synthpod-lv2')
-rw-r--r-- | audio/synthpod-lv2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/synthpod-lv2/Makefile b/audio/synthpod-lv2/Makefile index 8165dbec130f..d26d36a15ed0 100644 --- a/audio/synthpod-lv2/Makefile +++ b/audio/synthpod-lv2/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= liblilv-0.so:audio/lilv \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom -USES= cmake:outsource compiler:c++11-lib pkgconfig localbase +USES= cmake:insource compiler:c++11-lib pkgconfig localbase USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers GH_TAGNAME= 07cae54 |