diff options
Diffstat (limited to 'devel/bear')
-rw-r--r-- | devel/bear/Makefile | 3 |
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 \ |