diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-03-13 06:45:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-03-13 06:45:23 +0000 |
commit | 5e6cfbe206a8c34262888ce9911aa6f624275bc3 (patch) | |
tree | ed2033c61312d45cea97aa48f293fb8a4db9c101 /deskutils | |
parent | 73ad09a6e0052983164aef0a2c37cc8ff676cb61 (diff) | |
download | ports-5e6cfbe206a8c34262888ce9911aa6f624275bc3.tar.gz ports-5e6cfbe206a8c34262888ce9911aa6f624275bc3.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ausweisapp2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/ausweisapp2/Makefile b/deskutils/ausweisapp2/Makefile index 60e9229017de..97058b9e13f1 100644 --- a/deskutils/ausweisapp2/Makefile +++ b/deskutils/ausweisapp2/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= pcsc-lite>0:devel/pcsc-lite LIB_DEPENDS= libhttp_parser.so:www/http-parser \ libpcsclite.so:devel/pcsc-lite -USES= cmake pkgconfig qmake qt:5 ssl +USES= cmake compiler:c++17-lang pkgconfig qmake qt:5 ssl USE_GITHUB= yes GH_ACCOUNT= Governikus GH_PROJECT= AusweisApp2 |