pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/x2go-client



Module Name:    pkgsrc
Committed By:   hauke
Date:           Wed Feb 24 19:22:22 UTC 2021

Modified Files:
        pkgsrc/x11/x2go-client: Makefile

Log Message:
Fix buildlink path.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/x2go-client/Makefile

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

Modified files:

Index: pkgsrc/x11/x2go-client/Makefile
diff -u pkgsrc/x11/x2go-client/Makefile:1.2 pkgsrc/x11/x2go-client/Makefile:1.3
--- pkgsrc/x11/x2go-client/Makefile:1.2 Wed Feb 24 18:52:46 2021
+++ pkgsrc/x11/x2go-client/Makefile     Wed Feb 24 19:22:22 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/24 18:52:46 hauke Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/24 19:22:22 hauke Exp $
 
 DISTNAME=      x2goclient-${PKGVER}
 PKGVER=                4.1.2.2
@@ -74,6 +74,6 @@ post-install:
 
 .include "../../print/libcups/buildlink3.mk"
 .include "../../security/libssh/buildlink3.mk"
-.include "../../hauke/nx-libs/buildlink3.mk"
+.include "../../x11/nx-libs/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index