diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-03-29 21:02:57 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-03-29 21:02:57 +0000 |
commit | 430a46a5ef878454f301318a4213acabe213a7f0 (patch) | |
tree | 2b384749c63457beeff54bacc6fba53d2c07f5de /net/arla | |
parent | 4abb93248659805f98f2c0908a31ebdff16ef6d8 (diff) | |
download | pkgsrc-430a46a5ef878454f301318a4213acabe213a7f0.tar.gz |
Add CONFLICTS=lwp-* rx-*
Diffstat (limited to 'net/arla')
-rw-r--r-- | net/arla/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index c2d44995321..8d248491843 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/02/25 04:18:03 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 2001/03/29 21:02:57 wennmach Exp $ # DISTNAME= arla-0.34.5 @@ -11,6 +11,8 @@ COMMENT= Free AFS implementation from KTH DEPENDS+= kth-krb4-1.0.1:../../security/kth-krb4 +CONFLICTS+= lwp-* rx-* + OSVERSION_SPECIFIC= yes GNU_CONFIGURE= yes INFO_FILES= arla.info |