diff options
author | cube <cube> | 2006-01-15 21:01:46 +0000 |
---|---|---|
committer | cube <cube> | 2006-01-15 21:01:46 +0000 |
commit | 5f094cea6eafc6b1cc89c70f534e793ea9728473 (patch) | |
tree | ce7c08188850e4df8f67a83f8898065aca541e7f /net/arla | |
parent | 7952a028fac4f8eac4cd3a301619935287c8d6f1 (diff) | |
download | pkgsrc-5f094cea6eafc6b1cc89c70f534e793ea9728473.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 |