diff options
author | dholland <dholland@pkgsrc.org> | 2012-06-21 05:29:20 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-06-21 05:29:20 +0000 |
commit | 29926acd108cd1b6004077b0e94f0f718b6e152e (patch) | |
tree | e88aa3a06ee1ee97888eb578d723d68a70628267 /net/arla | |
parent | 41588d1e699d0cdb33ffb7517b2847adf0428fe0 (diff) | |
download | pkgsrc-29926acd108cd1b6004077b0e94f0f718b6e152e.tar.gz |
Mark this NOT_FOR netbsd-5 and up. Use net/openafs instead.
Diffstat (limited to 'net/arla')
-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 |