git: 4071d87049cd - main - databases/mdbtools: Remove PCRE dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Dec 2021 12:31:17 UTC
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4071d87049cd9a83259a5d7ea3be60e1e6450cd0
commit 4071d87049cd9a83259a5d7ea3be60e1e6450cd0
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-12-05 12:27:47 +0000
Commit: Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2021-12-05 12:27:47 +0000
databases/mdbtools: Remove PCRE dependency
(lib)pcre isn't used in the sources.
PR: 260236
Reported by: diizzy@FreeBSD.org
---
databases/mdbtools/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile
index 746c1f427cfb..014fd93cf5bd 100644
--- a/databases/mdbtools/Makefile
+++ b/databases/mdbtools/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mdbtools
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= rhurlin@FreeBSD.org
@@ -13,8 +14,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= bash-completion>=0:shells/bash-completion \
flex:textproc/flex \
gawk:lang/gawk
-LIB_DEPENDS= libodbcinst.so:databases/unixODBC \
- libpcre.so:devel/pcre
+LIB_DEPENDS= libodbcinst.so:databases/unixODBC
RUN_DEPENDS= bash-completion>=0:shells/bash-completion
USES= autoreconf bison gnome iconv:wchar_t libtool pathfix \