pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg pkg: use libbsd on non-bsd systems



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07de7007385e
branches:  trunk
changeset: 452681:07de7007385e
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 14 12:05:38 2021 +0000

description:
pkg: use libbsd on non-bsd systems

diffstat:

 pkgtools/pkg/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b8a979d80df1 -r 07de7007385e pkgtools/pkg/Makefile
--- a/pkgtools/pkg/Makefile     Fri May 14 12:02:10 2021 +0000
+++ b/pkgtools/pkg/Makefile     Fri May 14 12:05:38 2021 +0000
@@ -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 @@
 
 .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"



Home | Main Index | Thread Index | Old Index