diff options
author | nia <nia@pkgsrc.org> | 2021-05-14 10:45:34 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-14 10:45:34 +0000 |
commit | 3d51de694bbcd13f9a8d8806ca4e8735531f01ff (patch) | |
tree | 968987c86910b945b7814d75e1c47346fd084ac8 /www/kore | |
parent | 8fe9ed64e152e72cb4f4746e7ab636e996d3a041 (diff) | |
download | pkgsrc-3d51de694bbcd13f9a8d8806ca4e8735531f01ff.tar.gz |
kore: needs openssl
Diffstat (limited to 'www/kore')
-rw-r--r-- | www/kore/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/kore/Makefile b/www/kore/Makefile index 8af3dd56c6d..e1720a00ac9 100644 --- a/www/kore/Makefile +++ b/www/kore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2021/04/21 13:25:29 adam Exp $ +# $NetBSD: Makefile,v 1.13 2021/05/14 10:45:34 nia Exp $ DISTNAME= kore-4.1.0 REVISION= 1 @@ -14,6 +14,7 @@ LICENSE= isc USE_LANGUAGES= c99 c++ USE_TOOLS+= gmake +MAKE_FLAGS+= OPENSSL_PATH=${SSLBASE} MAKE_FLAGS+= MAN_DIR="${PREFIX}/${PKGMANDIR}" MAKE_FLAGS+= TASKS=1 @@ -27,5 +28,5 @@ post-install: ${INSTALL_PROGRAM} ${WRKSRC}/kore-serve ${DESTDIR}${PREFIX}/bin .include "options.mk" - +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |