pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ucspi-tools
Module Name: pkgsrc
Committed By: schmonz
Date: Fri Nov 26 10:19:20 UTC 2021
Modified Files:
pkgsrc/net/ucspi-tools: Makefile
Log Message:
Needs libbsd on Linux.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/ucspi-tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ucspi-tools/Makefile
diff -u pkgsrc/net/ucspi-tools/Makefile:1.7 pkgsrc/net/ucspi-tools/Makefile:1.8
--- pkgsrc/net/ucspi-tools/Makefile:1.7 Mon Jul 12 21:32:49 2021
+++ pkgsrc/net/ucspi-tools/Makefile Fri Nov 26 10:19:20 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/07/12 21:32:49 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2021/11/26 10:19:20 schmonz Exp $
DISTNAME= ucspi-tools-1.7
CATEGORIES= net security
@@ -22,5 +22,10 @@ INSTALL_MAKE_FLAGS+= MANDIR=${DESTDIR:Q}
TEST_DEPENDS+= oksh-[0-9]*:../../shells/oksh
TEST_TARGET= test
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Linux"
+.include "../../devel/libbsd/buildlink3.mk"
+.endif
.include "../../security/libretls/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index