pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/gomuks gomuks: Enable security/olm dependency



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c71753d07907
branches:  trunk
changeset: 453075:c71753d07907
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun May 23 07:17:50 2021 +0000

description:
gomuks: Enable security/olm dependency

diffstat:

 chat/gomuks/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 5ae890d95edd -r c71753d07907 chat/gomuks/Makefile
--- a/chat/gomuks/Makefile      Sun May 23 07:16:44 2021 +0000
+++ b/chat/gomuks/Makefile      Sun May 23 07:17:50 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/05/22 23:35:30 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2021/05/23 07:17:50 ryoon Exp $
 
 GITHUB_PROJECT=        gomuks
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -25,5 +25,5 @@
 .include "go-modules.mk"
 
 .include "../../lang/go/go-module.mk"
-#.include "../../wip/olm/buildlink3.mk"
+.include "../../security/olm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index