diff options
author | vanilla <vanilla@FreeBSD.org> | 2010-01-17 13:07:37 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2010-01-17 13:07:37 +0800 |
commit | 5c0a7a79e14cd993c1d164ff80293c0cf2e849e6 (patch) | |
tree | 66534fd378e49d14b18900556f3190b1cfc74cae /audio | |
parent | ff1e9158f906a5d44fa7a71dd048598849ac0993 (diff) | |
download | freebsd-ports-gnome-5c0a7a79e14cd993c1d164ff80293c0cf2e849e6.tar.gz freebsd-ports-gnome-5c0a7a79e14cd993c1d164ff80293c0cf2e849e6.tar.zst freebsd-ports-gnome-5c0a7a79e14cd993c1d164ff80293c0cf2e849e6.zip |
bump version for protobuf shlib version bump.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/murmur/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile index 2c2bf822eba2..6e8b6a39e047 100644 --- a/audio/murmur/Makefile +++ b/audio/murmur/Makefile @@ -7,6 +7,7 @@ PORTNAME= murmur PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= SF/mumble/Mumble/${PORTVERSION} DISTNAME= mumble-${PORTVERSION} @@ -16,7 +17,7 @@ COMMENT= Murmur is the server component of Mumble BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlite.so:${PORTSDIR}/databases/qt4-sqlite3-plugin -LIB_DEPENDS= protobuf.4:${PORTSDIR}/devel/protobuf +LIB_DEPENDS= protobuf.6:${PORTSDIR}/devel/protobuf USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build corelib network xml sql |