aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-12-05 12:27:47 +0000
committerRainer Hurling <rhurlin@FreeBSD.org>2021-12-05 12:27:47 +0000
commit4071d87049cd9a83259a5d7ea3be60e1e6450cd0 (patch)
treeb58fb464b53e9b863dbe0109bad690554fa1d8ee
parenta61e66b46d52a7c3123183642b61a114e91cd260 (diff)
downloadports-4071d87049cd9a83259a5d7ea3be60e1e6450cd0.tar.gz
ports-4071d87049cd9a83259a5d7ea3be60e1e6450cd0.zip
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/Makefile4
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 \