pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/kore



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 10:45:34 UTC 2021

Modified Files:
        pkgsrc/www/kore: Makefile

Log Message:
kore: needs openssl


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/kore/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/kore/Makefile
diff -u pkgsrc/www/kore/Makefile:1.12 pkgsrc/www/kore/Makefile:1.13
--- pkgsrc/www/kore/Makefile:1.12       Wed Apr 21 13:25:29 2021
+++ pkgsrc/www/kore/Makefile    Fri May 14 10:45:34 2021
@@ -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"



Home | Main Index | Thread Index | Old Index