aboutsummaryrefslogtreecommitdiff
path: root/audio/so-synth-lv2
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-02-04 03:54:50 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-02-04 03:54:50 +0000
commitfa6e911f31837a7e8ec587dea8a4232bc65d23ea (patch)
tree043e92766a18cd79f3f4d107a99138a6151d652a /audio/so-synth-lv2
parentfe15da891ab8bc9a96f05bf677d6ee0c65282400 (diff)
downloadports-fa6e911f31837a7e8ec587dea8a4232bc65d23ea.tar.gz
ports-fa6e911f31837a7e8ec587dea8a4232bc65d23ea.zip
Attempt to fix the following complaint:
gcc -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wall -O3 -ffast-math -lm `pkg-config --cflags --libs lv2` -fPIC -c so-666.c /bin/sh: pkg-config: not found Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=525118
Diffstat (limited to 'audio/so-synth-lv2')
-rw-r--r--audio/so-synth-lv2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/so-synth-lv2/Makefile b/audio/so-synth-lv2/Makefile
index 5f12d050ed3e..687368da5f78 100644
--- a/audio/so-synth-lv2/Makefile
+++ b/audio/so-synth-lv2/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= lv2>0:audio/lv2
-USES= compiler:c++11-lang gmake localbase
+USES= compiler:c++11-lang gmake localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= jeremysalwen
GH_PROJECT= So-synth-LV2