diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2024-06-06 22:23:06 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2024-06-14 05:29:26 +0000 |
commit | 13b6ffc52c687a5cfae752a46c384755550580a9 (patch) | |
tree | ade883494cf51129d572bcf0e5f02d34ba2d4d4b /converters/gbsdconv/Makefile | |
parent | 332610a71684775970ee344020b8ca9a28ff717b (diff) |
converters/gbsdconv: Fix build with Taglib 2.x
PR: 276677
Diffstat (limited to 'converters/gbsdconv/Makefile')
-rw-r--r-- | converters/gbsdconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/gbsdconv/Makefile b/converters/gbsdconv/Makefile index b595457d0d52..00945c6296e2 100644 --- a/converters/gbsdconv/Makefile +++ b/converters/gbsdconv/Makefile @@ -1,6 +1,6 @@ PORTNAME= gbsdconv PORTVERSION= 11.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= converters python MAINTAINER= buganini@gmail.com |