diff options
Diffstat (limited to 'net/openbgpd/Makefile')
-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 64da4d0f60a3..4ae3d252b8ce 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 |