diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-01-02 23:43:03 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-01-02 23:43:03 +0000 |
commit | 5265c7a7989d783a5dbb5702c8d38f65b5e445b4 (patch) | |
tree | 8631e411d49297f4cf6dbca9150c3e0ac079219a /net/openospfd | |
parent | d259acf7f19d38f367e914afbbed0606e094d468 (diff) | |
download | ports-5265c7a7989d783a5dbb5702c8d38f65b5e445b4.tar.gz ports-5265c7a7989d783a5dbb5702c8d38f65b5e445b4.zip |
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 133d40eaca2d..246def654dfb 100644 --- a/net/openospfd/Makefile +++ b/net/openospfd/Makefile @@ -7,7 +7,7 @@ PORTNAME= openospfd PORTVERSION= 4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.dkuug.dk/pub/OpenBSD/OpenBGPD/:openbsd \ ${MASTER_SITE_LOCAL:S/$/:freebsd/g} @@ -20,7 +20,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tgz MAINTAINER= farrokhi@FreeBSD.org COMMENT= Free implementation of the Open Shortest Path First Protocol -LIB_DEPENDS= event-1.3d:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent CONFLICTS= zebra-0* quagga-0* |