diff options
author | cube <cube@pkgsrc.org> | 2006-01-15 21:01:46 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2006-01-15 21:01:46 +0000 |
commit | 9e8741a7632e18f44a1d7fc7085a8234f5ba151c (patch) | |
tree | ce7c08188850e4df8f67a83f8898065aca541e7f /net/arla | |
parent | 8707045f3bd075c2acd539094236b770918b8e38 (diff) | |
download | pkgsrc-9e8741a7632e18f44a1d7fc7085a8234f5ba151c.tar.gz |
Note conflict with openafs. Bump PKGREVISION. From Ola Eriksson in PR#32533.
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 |