diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-22 16:32:28 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-06-22 16:32:59 +0000 |
commit | 7925a31f9a758b14e7629a7e570fe90adac03aa1 (patch) | |
tree | 271644ce507b4936e177025e1b01fc2cc80604cb | |
parent | 62904d359c5a4a52417dd31369b36fc9643fc0e5 (diff) |
audio/dpf-plugins-lv2: Fix build on 15
-rw-r--r-- | audio/dpf-plugins-lv2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/dpf-plugins-lv2/Makefile b/audio/dpf-plugins-lv2/Makefile index 3ac061c6b23c..8d38f1cd4e5c 100644 --- a/audio/dpf-plugins-lv2/Makefile +++ b/audio/dpf-plugins-lv2/Makefile @@ -1,7 +1,7 @@ PORTNAME= dpf-plugins DISTVERSIONPREFIX= v DISTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio PKGNAMESUFFIX= -lv2 |