pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/gomuks



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun May 23 07:17:50 UTC 2021

Modified Files:
        pkgsrc/chat/gomuks: Makefile

Log Message:
gomuks: Enable security/olm dependency


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/gomuks/Makefile

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

Modified files:

Index: pkgsrc/chat/gomuks/Makefile
diff -u pkgsrc/chat/gomuks/Makefile:1.2 pkgsrc/chat/gomuks/Makefile:1.3
--- pkgsrc/chat/gomuks/Makefile:1.2     Sat May 22 23:35:30 2021
+++ pkgsrc/chat/gomuks/Makefile Sun May 23 07:17:50 2021
@@ -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 @@ GO_BUILD_PATTERN+=    .
 .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