diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 13:29:01 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 13:29:01 +0000 |
commit | 654f115b69090156ea0f60623194d19d7b9cfa3b (patch) | |
tree | e5279b7a5a4e4949f2d66b711a51c1de93cf45df /net/openospfd | |
parent | b7408d98fcf5fa9972308456c0097352f23ca710 (diff) | |
download | ports-654f115b69090156ea0f60623194d19d7b9cfa3b.tar.gz ports-654f115b69090156ea0f60623194d19d7b9cfa3b.zip |
Notes
Diffstat (limited to 'net/openospfd')
-rw-r--r-- | net/openospfd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/openospfd/Makefile b/net/openospfd/Makefile index a2cfef3b83c6..0f2910b65cd6 100644 --- a/net/openospfd/Makefile +++ b/net/openospfd/Makefile @@ -7,6 +7,7 @@ PORTNAME= openospfd-devel PORTVERSION= ${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenOSPFD/:openbsd \ ${MASTER_SITE_LOCAL:S/$/:freebsd/g} @@ -19,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.2.1:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent CONFLICTS= zebra-0* quagga-0* |