aboutsummaryrefslogtreecommitdiff
path: root/games/allacrost
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-06-06 06:44:37 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-06-06 06:44:37 +0000
commit9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch)
treebc087bd13fb3e313884021b8e0a5e2046e75d491 /games/allacrost
parent7db146587f345a51482b4b1c314fe71cfeb37e6c (diff)
downloadports-9c2f65e3958e906d7f49ce94318d22defb3fffb2.tar.gz
ports-9c2f65e3958e906d7f49ce94318d22defb3fffb2.zip
Notes
Diffstat (limited to 'games/allacrost')
-rw-r--r--games/allacrost/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile
index 4a41a3ac6149..0dda1093fbce 100644
--- a/games/allacrost/Makefile
+++ b/games/allacrost/Makefile
@@ -46,9 +46,8 @@ OPTIONS= EDITOR "Enable editor" off
.include <bsd.port.options.mk>
.if defined(WITH_EDITOR)
-USE_QT_VER= 4
QT_NONSTANDARD= yes
-QT_COMPONENTS+= corelib gui opengl moc_build qt3support
+USE_QT4+= corelib gui opengl moc_build qt3support
CONFIGURE_ARGS+=--enable-editor=yes
PLIST_SUB= EDITOR=""
.else