git: 4cc1225fc595 - main - devel/rttr: fix build, missing USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Nov 2021 11:48:19 UTC
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4cc1225fc59584a555d7fdc99320075fe085ce47
commit 4cc1225fc59584a555d7fdc99320075fe085ce47
Author: Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-11-28 11:48:04 +0000
Commit: Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-11-28 11:48:04 +0000
devel/rttr: fix build, missing USES
---
devel/rttr/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/rttr/Makefile b/devel/rttr/Makefile
index 90cc3b13cac3..d887a67bc8bb 100644
--- a/devel/rttr/Makefile
+++ b/devel/rttr/Makefile
@@ -1,7 +1,7 @@
PORTNAME= rttr
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.6-16
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONSUFFIX= -gb3a131c
CATEGORIES= devel
@@ -16,7 +16,7 @@ LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/include/rapidjson/rapidjson.h:devel/rapidjson \
${LOCALBASE}/include/chaiscript/chaiscript.hpp:lang/chaiscript
-USES= cmake compiler:c++17-lang
+USES= cmake compiler:c++17-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= rttrorg