diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-19 16:40:17 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-08-19 16:40:17 +0000 |
commit | 907d5d1a391cea7dc4510deb3ead17400d689462 (patch) | |
tree | 6c30422131f6d4a1c3573653ef9e29e93cb33606 /net/openospfd/Makefile | |
parent | 305a8cb2963ec2ad26a740802b442eeef4913b5c (diff) | |
download | ports-907d5d1a391cea7dc4510deb3ead17400d689462.tar.gz ports-907d5d1a391cea7dc4510deb3ead17400d689462.zip |
Notes
Diffstat (limited to 'net/openospfd/Makefile')
-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 246def654dfb..f484cba538eb 100644 --- a/net/openospfd/Makefile +++ b/net/openospfd/Makefile @@ -7,7 +7,7 @@ PORTNAME= openospfd PORTVERSION= 4.0 -PORTREVISION= 2 +PORTREVISION= 3 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.3e:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent CONFLICTS= zebra-0* quagga-0* |