aboutsummaryrefslogtreecommitdiffstats
path: root/games/hedgewars
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-08-07 02:48:36 +0800
committermiwi <miwi@FreeBSD.org>2009-08-07 02:48:36 +0800
commit1429268e72621d9db5a8ab6bf6a6282d29653d62 (patch)
tree07f762128fd5d0f9b7389840e5f931af9e472060 /games/hedgewars
parent7eb220b1344b3757580cfac02e7b412a493eed22 (diff)
downloadfreebsd-ports-gnome-1429268e72621d9db5a8ab6bf6a6282d29653d62.tar.gz
freebsd-ports-gnome-1429268e72621d9db5a8ab6bf6a6282d29653d62.tar.zst
freebsd-ports-gnome-1429268e72621d9db5a8ab6bf6a6282d29653d62.zip
- Fix build after Qt4 update
Reported by: pointyhat
Diffstat (limited to 'games/hedgewars')
-rw-r--r--games/hedgewars/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile
index 64a95e017929..15224e6e3d97 100644
--- a/games/hedgewars/Makefile
+++ b/games/hedgewars/Makefile
@@ -24,7 +24,9 @@ USE_CMAKE= yes
USE_SDL= sdl mixer image ttf net
USE_FPC= opengl
USE_QT_VER= 4
-QT_COMPONENTS= corelib gui moc_build network qmake_build rcc_build svg xml
+QT_COMPONENTS= corelib gui moc_build network \
+ qmake_build rcc_build svg xml \
+ uic_build
MAKE_JOBS_SAFE= yes
post-patch: