diff options
author | arved <arved@FreeBSD.org> | 2008-08-01 17:46:54 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-08-01 17:46:54 +0800 |
commit | ddc058488f939e57dbb312922a95cd9081c87feb (patch) | |
tree | 08ba9d4423aa599a997d747ce493e9c56d1bf727 /net-im/decibel | |
parent | b3a1c5bc0e337b1e0c8014a9b8271be0663ef850 (diff) | |
download | freebsd-ports-gnome-ddc058488f939e57dbb312922a95cd9081c87feb.tar.gz freebsd-ports-gnome-ddc058488f939e57dbb312922a95cd9081c87feb.tar.zst freebsd-ports-gnome-ddc058488f939e57dbb312922a95cd9081c87feb.zip |
Remove unneeded rundeps on qt4 buildtools
PR: 123362
Submitted by: Max Brazhnikov
Diffstat (limited to 'net-im/decibel')
-rw-r--r-- | net-im/decibel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/decibel/Makefile b/net-im/decibel/Makefile index bdd1f13d0cba..86dc99a02d5f 100644 --- a/net-im/decibel/Makefile +++ b/net-im/decibel/Makefile @@ -6,7 +6,7 @@ PORTNAME= decibel PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://decibel.kde.org/fileadmin/downloads/decibel/releases/ @@ -16,7 +16,7 @@ COMMENT= Realtime communications framework LIB_DEPENDS= QtTapioca.0:${PORTSDIR}/net-im/tapioca-qt USE_QT_VER= 4 -QT_COMPONENTS= corelib xml dbus moc uic rcc qtestlib +QT_COMPONENTS= corelib xml dbus moc_build uic_build rcc_build qtestlib USE_LDCONFIG= yes USE_CMAKE= yes |