aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2024-02-26 17:06:12 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2024-02-26 17:18:05 +0000
commitce7d7033c01b6872bff321aa0ad8e8e3321904cd (patch)
treeccfdb27f338663412db3a93abd1da72c39e61493
parent3eee6825a1a0730f9e7a608d71bc59efd3414d45 (diff)
downloadports-ce7d7033c01b6872bff321aa0ad8e8e3321904cd.tar.gz
ports-ce7d7033c01b6872bff321aa0ad8e8e3321904cd.zip
devel/bear: Remove USE_LDCONFIG
Nothing else wants to link against lib/bear/*.so, so remove USE_LDCONFIG. Reported by: bapt Sponsored by: The FreeBSD Foundation
-rw-r--r--devel/bear/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/bear/Makefile b/devel/bear/Makefile
index 605187181953..0706184ba4d3 100644
--- a/devel/bear/Makefile
+++ b/devel/bear/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bear
DISTVERSION= 3.1.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel
MAINTAINER= jrm@FreeBSD.org
@@ -20,7 +20,6 @@ USES= cmake compiler:c++17-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= rizsotto
GH_PROJECT= Bear
-USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR} \
-DENABLE_FUNC_TESTS=OFF \