diff options
author | hauke <hauke@pkgsrc.org> | 2021-02-24 19:22:22 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2021-02-24 19:22:22 +0000 |
commit | 570afc41be22b4bb14a004f04c6c224ce38e8a8e (patch) | |
tree | f195f163555ebec0a6d20bf37818edc690f0bc8a /x11 | |
parent | a50b187df82c86d0cc70edbd5bcad4410981bf4c (diff) | |
download | pkgsrc-570afc41be22b4bb14a004f04c6c224ce38e8a8e.tar.gz |
Fix buildlink path.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/x2go-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/x2go-client/Makefile b/x11/x2go-client/Makefile index f2b282e7a4d..e1e2647ba6b 100644 --- a/x11/x2go-client/Makefile +++ b/x11/x2go-client/Makefile @@ -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" |