pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkg
Module Name: pkgsrc
Committed By: nia
Date: Fri May 14 12:05:38 UTC 2021
Modified Files:
pkgsrc/pkgtools/pkg: Makefile
Log Message:
pkg: use libbsd on non-bsd systems
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/pkgtools/pkg/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pkg/Makefile
diff -u pkgsrc/pkgtools/pkg/Makefile:1.28 pkgsrc/pkgtools/pkg/Makefile:1.29
--- pkgsrc/pkgtools/pkg/Makefile:1.28 Mon Sep 21 03:03:55 2020
+++ pkgsrc/pkgtools/pkg/Makefile Fri May 14 12:05:38 2021
@@ -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-ne
.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