diff options
author | wiz <wiz@pkgsrc.org> | 2022-09-24 06:48:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-09-24 06:48:55 +0000 |
commit | c41ae8d0d74548b01adb42ba456994d503537a47 (patch) | |
tree | 28a73a99ebdd377941d11e13fbb4dc913f74c91b /net/libbind | |
parent | 1a6b9dea0d2d03df0f0e4cf04235751f9256327d (diff) | |
download | pkgsrc-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.
Diffstat (limited to 'net/libbind')
-rw-r--r-- | net/libbind/Makefile | 5 |
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 |