diff options
author | mezz <mezz@FreeBSD.org> | 2010-11-18 20:20:09 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2010-11-18 20:20:09 +0800 |
commit | b46360fcfce5c54ab45d27ebd7d2383e2e054c14 (patch) | |
tree | 8ebb987bbf9bd1dd13315c101f92f22378b20af8 /net-p2p | |
parent | b1a6d59b8957884e2cce8c3895f80ae7c7758bb5 (diff) | |
download | freebsd-ports-gnome-b46360fcfce5c54ab45d27ebd7d2383e2e054c14.tar.gz freebsd-ports-gnome-b46360fcfce5c54ab45d27ebd7d2383e2e054c14.tar.zst freebsd-ports-gnome-b46360fcfce5c54ab45d27ebd7d2383e2e054c14.zip |
Add moc_build rcc_build uic_build; it does need all of them.
Reported by: QAT
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-qt4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission-qt4/Makefile b/net-p2p/transmission-qt4/Makefile index 016c67985690..a82749c11295 100644 --- a/net-p2p/transmission-qt4/Makefile +++ b/net-p2p/transmission-qt4/Makefile @@ -21,7 +21,7 @@ SLAVEPORT= qt4 USE_QT_VER= 4 QT_NONSTANDARD= yes -QT_COMPONENTS= qmake_build gui dbus network +QT_COMPONENTS= moc_build qmake_build rcc_build uic_build gui dbus network USE_GNOME= desktopfileutils EXTRA_CONF_ARGS=--disable-cli \ |