diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 18:28:46 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 18:28:46 +0000 |
commit | bdbb9d66b8bb189cb330b59cda44b11b727480f7 (patch) | |
tree | 4a254261a09aefa663904500a64eb543a8616175 /net/openospfd | |
parent | 83283fa6fe55a1b36517a748bf31bb1e8ba05a0d (diff) |
Notes
Diffstat (limited to 'net/openospfd')
-rw-r--r-- | net/openospfd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openospfd/Makefile b/net/openospfd/Makefile index 0f2910b65cd6..78635b4e2ad5 100644 --- a/net/openospfd/Makefile +++ b/net/openospfd/Makefile @@ -7,7 +7,7 @@ PORTNAME= openospfd-devel PORTVERSION= ${SNAPSHOT} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenOSPFD/:openbsd \ ${MASTER_SITE_LOCAL:S/$/:freebsd/g} @@ -20,7 +20,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tgz MAINTAINER= flz@FreeBSD.org COMMENT= Free implementation of the Open Shortest Path First Protocol -LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent CONFLICTS= zebra-0* quagga-0* |