aboutsummaryrefslogtreecommitdiff
path: root/audio/qxgedit/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-06-02 07:23:41 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-06-02 07:57:40 +0000
commit5ab207cc512317ba6db470b44bdc670ec46b9987 (patch)
tree96a899570f950d3aec1bfa240d986bd1d9959907 /audio/qxgedit/Makefile
parentded87fb4eb0d5c85d36d99297aeb5750a0956b25 (diff)
downloadports-5ab207cc512317ba6db470b44bdc670ec46b9987.tar.gz
ports-5ab207cc512317ba6db470b44bdc670ec46b9987.zip
Diffstat (limited to 'audio/qxgedit/Makefile')
-rw-r--r--audio/qxgedit/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/qxgedit/Makefile b/audio/qxgedit/Makefile
index ce9156f168b6..f7921ec447b1 100644
--- a/audio/qxgedit/Makefile
+++ b/audio/qxgedit/Makefile
@@ -1,5 +1,5 @@
PORTNAME= qxgedit
-DISTVERSION= 0.9.9
+DISTVERSION= 0.9.10
CATEGORIES= audio
MASTER_SITES= SF
@@ -12,8 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libasound.so:audio/alsa-lib
-USES= cmake compiler:c++17-lang gl pkgconfig qt:6
+USES= cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:6
USE_QT= base svg tools:build
USE_GL= gl opengl
+BINARY_ALIAS= git=false
+
.include <bsd.port.mk>