diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2010-11-17 22:50:02 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2010-11-17 22:50:02 +0000 |
commit | ee161a195da93ecd2bcef75c334f9a67507eae86 (patch) | |
tree | 2d08b77664950f0b3ae5abc83ea94c2dfd099043 /net-p2p/transmission-qt4 | |
parent | e5250a92c50b78d0d53e9d22767e327259f99dff (diff) |
Add qmake_build to allow it builds.
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=264722
Diffstat (limited to 'net-p2p/transmission-qt4')
-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 e93f09419b8f..016c67985690 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= gui dbus network +QT_COMPONENTS= qmake_build gui dbus network USE_GNOME= desktopfileutils EXTRA_CONF_ARGS=--disable-cli \ |