diff options
author | makc <makc@FreeBSD.org> | 2009-05-28 06:02:15 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-05-28 06:02:15 +0800 |
commit | da90c72552f0bd1fac20d683239ca5b859cc37d8 (patch) | |
tree | 261713bd6ff92b82be7f2cea14fca84e5697ff36 /audio/mumble | |
parent | 664e43ca40858328a93c2772fe741e517e44e8db (diff) | |
download | freebsd-ports-gnome-da90c72552f0bd1fac20d683239ca5b859cc37d8.tar.gz freebsd-ports-gnome-da90c72552f0bd1fac20d683239ca5b859cc37d8.tar.zst freebsd-ports-gnome-da90c72552f0bd1fac20d683239ca5b859cc37d8.zip |
Remove qt4 build tools from run dependencies.
Approved by: maintainer
Diffstat (limited to 'audio/mumble')
-rw-r--r-- | audio/mumble/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index 9c87c9b46b16..ed7159e3d9d4 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -7,6 +7,7 @@ PORTNAME= mumble PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF @@ -18,7 +19,7 @@ LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex \ USE_GMAKE= yes USE_QT_VER= 4 -QT_COMPONENTS= gui opengl dbus xml sql network linguist l10n \ +QT_COMPONENTS= gui opengl dbus xml sql network linguist_build l10n \ moc_build qmake_build rcc_build uic_build USE_XORG= ice |