diff options
author | osa <osa@FreeBSD.org> | 2005-11-03 14:40:12 +0000 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2005-11-03 14:40:12 +0000 |
commit | d524a5ee307bd2a0a1206ccb35c51a3189b62b33 (patch) | |
tree | ae4419e3a5dc71b4342da5b3fbd05999942bc643 /net/openbgpd | |
parent | a603737a5b796d971a22ffc56c6660c24dc10af0 (diff) | |
download | FreeBSD-ports-d524a5ee307bd2a0a1206ccb35c51a3189b62b33.zip FreeBSD-ports-d524a5ee307bd2a0a1206ccb35c51a3189b62b33.tar.gz |
Add CONFLICTS with quagga and zebra.
Bump PORTREVISION.
Approved by: flz (maintainer)
Diffstat (limited to 'net/openbgpd')
-rw-r--r-- | net/openbgpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile index 64da4d0..4ae3d25 100644 --- a/net/openbgpd/Makefile +++ b/net/openbgpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= openbgpd PORTVERSION= 3.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenBGPD/:openbsd \ ${MASTER_SITE_LOCAL:S/$/:freebsd/g} @@ -20,6 +20,8 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tgz MAINTAINER= flz@FreeBSD.org COMMENT= Free implementation of the Border Gateway Protocol, Version 4 +CONFLICTS= zebra-0* quagga-0* + WRKSRC= ${WRKDIR} MANCOMPRESSED= yes USE_RC_SUBR= openbgpd.sh |