git: 4588f14d094e - main - audio/carla: Respect LOCALBASE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Mar 2022 15:24:32 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4588f14d094e34ed664627dadc621044fbecabc9
commit 4588f14d094e34ed664627dadc621044fbecabc9
Author: Ellenor Bjornsdottir <large.hadron.collider@gmx.com>
AuthorDate: 2022-03-17 15:21:37 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-17 15:24:30 +0000
audio/carla: Respect LOCALBASE
PR: 262616
---
audio/carla/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/audio/carla/Makefile b/audio/carla/Makefile
index 65f6ef3bbc18..bd34d6c17bca 100644
--- a/audio/carla/Makefile
+++ b/audio/carla/Makefile
@@ -33,6 +33,7 @@ GH_ACCOUNT= falkTX
MAKE_ARGS= HAVE_QT4=false \
EXTERNAL_PLUGINS=false \
+ PREFIX=${LOCALBASE}
# Give the Makefile the proper versioned binaries of PyQt
BINARY_ALIAS= pyuic5=${LOCALBASE}/bin/pyuic5-${PYTHON_VER} \
pyrcc5=${LOCALBASE}/bin/pyrcc5-${PYTHON_VER}