diff options
author | osa <osa@FreeBSD.org> | 2005-11-03 22:43:48 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2005-11-03 22:43:48 +0800 |
commit | cfafdf49acc6c12f1cfb11492f6e9c452ae4d381 (patch) | |
tree | ddf48c2a0047fee189c9ce9dc53e45b975d2790f /net | |
parent | d524a5ee307bd2a0a1206ccb35c51a3189b62b33 (diff) | |
download | freebsd-ports-gnome-cfafdf49acc6c12f1cfb11492f6e9c452ae4d381.tar.gz freebsd-ports-gnome-cfafdf49acc6c12f1cfb11492f6e9c452ae4d381.tar.zst freebsd-ports-gnome-cfafdf49acc6c12f1cfb11492f6e9c452ae4d381.zip |
Manage CONFLICTS:
* remove zebra-devel, which don't exist anymore
* add openbgpd
Bump PORTREVISION.
Approved by: Boris Kovalenko aka boris at tagnet dot ru (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/quagga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 1637d2e11617..b3bbf02b2e25 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -7,7 +7,7 @@ PORTNAME= quagga PORTVERSION= 0.98.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://quagga.net/download/ @@ -16,7 +16,7 @@ PATCH_SITES= http://quagga.net/ MAINTAINER= boris@tagnet.ru COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4, IS-IS route software -CONFLICTS= zebra-devel-[0-9]* zebra-0* +CONFLICTS= openbgpd-* zebra-0* GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |