summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-14 12:05:38 +0000
committernia <nia@pkgsrc.org>2021-05-14 12:05:38 +0000
commit31a20a2293b555dfa4b4f795a4b2caeee02e9b07 (patch)
tree1717835aeeb59485b76bff2ee63af770e6e5dbc7 /pkgtools
parent4ffc84b33f2f1bde59328b24a6734f47415daf75 (diff)
downloadpkgsrc-31a20a2293b555dfa4b4f795a4b2caeee02e9b07.tar.gz
pkg: use libbsd on non-bsd systems
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg/Makefile b/pkgtools/pkg/Makefile
index b917b9246ca..a8ce180dbfa 100644
--- a/pkgtools/pkg/Makefile
+++ b/pkgtools/pkg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/09/21 03:03:55 khorben Exp $
+# $NetBSD: Makefile,v 1.29 2021/05/14 12:05:38 nia Exp $
DISTNAME= pkg-1.10.99.7
CATEGORIES= pkgtools
@@ -147,6 +147,7 @@ BUILDLINK_TRANSFORM+= rm:-Wl,--enable-new-dtags
.if ${OPSYS} != "FreeBSD" && ${OPSYS} != "DragonFly" && ${OPSYS} != "NetBSD"
.include "../../archivers/libarchive/buildlink3.mk"
+.include "../../devel/libbsd/buildlink3.mk"
.endif
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"