View | Details | Raw Unified | Return to bug 245088 | Differences between
and this patch

Collapse All | Expand All

(-)ausweisapp2/Makefile (-2 / +9 lines)
Lines 13-19 Link Here
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
14
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
15
15
16
BUILD_DEPENDS=	pcsc-lite>0:devel/pcsc-lite
16
BUILD_DEPENDS=	pcsc-lite>0:devel/pcsc-lite \
17
		openssl>=1.1:security/openssl
17
LIB_DEPENDS=	libhttp_parser.so:www/http-parser \
18
LIB_DEPENDS=	libhttp_parser.so:www/http-parser \
18
		libpcsclite.so:devel/pcsc-lite
19
		libpcsclite.so:devel/pcsc-lite
19
20
Lines 28-31 Link Here
28
CMAKE_ARGS=	-DVENDOR=${PORTNAME}
29
CMAKE_ARGS=	-DVENDOR=${PORTNAME}
29
MAKE_ENV=	DESTDIR=${STAGEDIR}
30
MAKE_ENV=	DESTDIR=${STAGEDIR}
30
31
31
.include <bsd.port.mk>
32
.include <bsd.port.pre.mk>
33
34
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 && ${SSL_DEFAULT} == base
35
BROKEN=    OpenSSL-1.1.x not supported by the 11.x upstream
36
.endif
37
38
.include <bsd.port.post.mk>

Return to bug 245088