diff options
-rw-r--r-- | net/arla/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index f70c98627c4..2dee171338a 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2009/08/25 12:32:55 wiz Exp $ +# $NetBSD: Makefile,v 1.66 2012/06/21 05:29:20 dholland Exp $ DISTNAME= arla-0.43 PKGREVISION= 2 @@ -15,6 +15,9 @@ CONFLICTS+= openafs-[0-9]* CONFLICTS+= rx-[0-9]* CONFLICTS+= kth-krb4-[0-9]* +# use net/openafs on netbsd 5+ +NOT_FOR_PLATFORM+= NetBSD-[5-9]* + OSVERSION_SPECIFIC= yes INFO_FILES= yes |