summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-09-24 06:48:55 +0000
committerwiz <wiz@pkgsrc.org>2022-09-24 06:48:55 +0000
commitc41ae8d0d74548b01adb42ba456994d503537a47 (patch)
tree28a73a99ebdd377941d11e13fbb4dc913f74c91b
parent1a6b9dea0d2d03df0f0e4cf04235751f9256327d (diff)
downloadpkgsrc-c41ae8d0d74548b01adb42ba456994d503537a47.tar.gz
libbind: mark as not for NetBSD
does not build on NetBSD, and is only needed by mk/resolv.buildlink3.mk on platforms that do not provide a libbind.
-rw-r--r--net/libbind/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libbind/Makefile b/net/libbind/Makefile
index ec984be81a5..adcbee3274b 100644
--- a/net/libbind/Makefile
+++ b/net/libbind/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/10/03 11:51:54 obache Exp $
-#
+# $NetBSD: Makefile,v 1.8 2022/09/24 06:48:55 wiz Exp $
DISTNAME= libbind-6.0
PKGREVISION= 1
@@ -13,6 +12,8 @@ LICENSE= isc
CONFLICTS= man-pages-[0-9]*
+NOT_FOR_PLATFORM= NetBSD-*-*
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes