diff options
author | tron <tron@pkgsrc.org> | 2006-01-17 22:46:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-01-17 22:46:13 +0000 |
commit | b3f5814d615d21d7a679eafdbc8b46c1a17fc113 (patch) | |
tree | 0066e4442000d42763ece08193f88760707dd5d5 /net | |
parent | a82b7c975017e9c89159e7a945836ee60ee74e57 (diff) | |
download | pkgsrc-b3f5814d615d21d7a679eafdbc8b46c1a17fc113.tar.gz |
Add another pattern to the "librfuncs" check which will match NetBSD 3.0
(and 3.1, 3.2, etc.). Problem pointed out by Greg Oster in private e-mail.
Diffstat (limited to 'net')
-rw-r--r-- | net/mDNSResponder/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mDNSResponder/Makefile b/net/mDNSResponder/Makefile index 34b98caff72..3a64cb91fe3 100644 --- a/net/mDNSResponder/Makefile +++ b/net/mDNSResponder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/01/17 12:44:33 tron Exp $ +# $NetBSD: Makefile,v 1.13 2006/01/17 22:46:13 tron Exp $ DISTNAME= mDNSResponder-107.5 CATEGORIES= net @@ -46,6 +46,7 @@ SBINARY= mdnsd dnsextd INSTALLATION_DIRS= bin include lib sbin .if !empty(MACHINE_PLATFORM:MNetBSD-3.99.[1-7]*) || \ + !empty(MACHINE_PLATFORM:MNetBSD-3.[0-9]) || \ !empty(MACHINE_PLATFORM:MNetBSD-3.[0-9][._]*) || \ !empty(MACHINE_PLATFORM:MNetBSD-[0-2]*) .include "../../devel/librfuncs/buildlink3.mk" |