git: 052b20b837f8 - main - misc/tellico: Change LIB_DEPENDS from btparse to p5-Text-BibTeX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jul 2024 14:21:48 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=052b20b837f873655b7c1fb30dd36ceb134bdd87
commit 052b20b837f873655b7c1fb30dd36ceb134bdd87
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-30 14:21:35 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-30 14:21:35 +0000
misc/tellico: Change LIB_DEPENDS from btparse to p5-Text-BibTeX
- Bump PORTREVISION for dependency change
---
misc/tellico/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile
index f8ed92bf12d0..18b0cf449a0c 100644
--- a/misc/tellico/Makefile
+++ b/misc/tellico/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tellico
DISTVERSION= 3.5.5
+PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= http://tellico-project.org/files/
@@ -9,7 +10,7 @@ WWW= https://tellico-project.org
LICENSE= GPLv2
-LIB_DEPENDS= libbtparse.so:textproc/btparse \
+LIB_DEPENDS= libbtparse.so:textproc/p5-Text-BibTeX \
libcdio.so:sysutils/libcdio \
libcsv.so:textproc/libcsv \
libexempi.so:textproc/exempi \