diff options
Diffstat (limited to 'net/arla')
-rw-r--r-- | net/arla/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index cf10444efa0..c64d652ecfe 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2006/01/08 14:25:35 joerg Exp $ +# $NetBSD: Makefile,v 1.51 2006/01/15 21:01:46 cube Exp $ DISTNAME= arla-0.41 -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= net security MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ @@ -11,6 +11,7 @@ COMMENT= Free AFS implementation from KTH CONFLICTS+= lwp-[0-9]* CONFLICTS+= rx-[0-9]* +CONFLICTS+= openafs-[0-9]* OSVERSION_SPECIFIC= yes INFO_FILES= arla.info send-pr.info |