diff options
author | wennmach <wennmach> | 2001-03-29 21:02:57 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2001-03-29 21:02:57 +0000 |
commit | cc7e1866ae6be94457822f7ecc8fffe986fd6537 (patch) | |
tree | 2b384749c63457beeff54bacc6fba53d2c07f5de /net/arla/Makefile | |
parent | 754c22d9cbbc9662ce0bd8f2e342c28958811a1e (diff) | |
download | pkgsrc-cc7e1866ae6be94457822f7ecc8fffe986fd6537.tar.gz |
Add CONFLICTS=lwp-* rx-*
Diffstat (limited to 'net/arla/Makefile')
-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 |