From 06048acf477f10ca0de70c0fd6d03eeaabeac4f5 Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 21 Nov 2014 01:05:13 +0000 Subject: Treat Haiku same as NetBSD. patch from Бородулин Виталий in pkgsrc-users@. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- security/tcp_wrappers/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile index f821948c00e..1bb78b1be3f 100644 --- a/security/tcp_wrappers/Makefile +++ b/security/tcp_wrappers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2014/10/09 14:06:56 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2014/11/21 01:05:13 obache Exp $ DISTNAME= tcp_wrappers_7.6-ipv6.4 PKGNAME= ${DISTNAME:S/_7.6-ipv6/-7.6/} @@ -20,6 +20,7 @@ PKG_SUGGESTED_OPTIONS= inet6 BUILD_TARGET.${OPSYS}?= generic # good luck! BUILD_TARGET.Darwin= netbsd BUILD_TARGET.Interix= netbsd +BUILD_TARGET.Haiku= netbsd BUILD_TARGET.Linux= ${LOWER_OPSYS} .if !empty(OPSYS:M*BSD) BUILD_TARGET.${OPSYS}= netbsd -- cgit v1.2.3