diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-03-18 15:14:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-03-18 15:14:27 +0000 |
commit | 5e191b87d156b7355456584986190e4e93aa18df (patch) | |
tree | 597b9f778ca2890dba4a8e4c5b84d824c93d922a /net/ostinato | |
parent | 183061fc74d58ef4f9dfe18ac07e00d6a8c5c545 (diff) | |
download | ports-5e191b87d156b7355456584986190e4e93aa18df.tar.gz ports-5e191b87d156b7355456584986190e4e93aa18df.zip |
Notes
Diffstat (limited to 'net/ostinato')
-rw-r--r-- | net/ostinato/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ostinato/Makefile b/net/ostinato/Makefile index c583198285c5..50bff6364385 100644 --- a/net/ostinato/Makefile +++ b/net/ostinato/Makefile @@ -3,6 +3,7 @@ PORTNAME= ostinato PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-src-${PORTVERSION}${EXTRACTSUFFIX} @@ -10,7 +11,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}${EXTRACTSUFFIX} MAINTAINER= zeising@FreeBSD.org COMMENT= Packet crafter/generator and analyzer with friendly GUI -BUILD_DEPENDS= protobuf>=2.3.0:${PORTSDIR}/devel/protobuf +LIB_DEPENDS= protobuf:${PORTSDIR}/devel/protobuf USE_QT4= gui moc_build qmake_build rcc_build uic_build network script \ xml |