diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2021-12-05 13:27:47 +0100 |
---|---|---|
committer | Rainer Hurling <rhurlin@FreeBSD.org> | 2021-12-05 13:27:47 +0100 |
commit | 4071d87049cd9a83259a5d7ea3be60e1e6450cd0 (patch) | |
tree | b58fb464b53e9b863dbe0109bad690554fa1d8ee | |
parent | security/nextcloud-twofactor_webauthn: Update to 0.2.14 (diff) |
databases/mdbtools: Remove PCRE dependency
(lib)pcre isn't used in the sources.
PR: 260236
Reported by: diizzy@FreeBSD.org
-rw-r--r-- | databases/mdbtools/Makefile | 4 |
1 files 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 \ |