diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /emulators/yabause | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) | |
download | ports-9c2f65e3958e906d7f49ce94318d22defb3fffb2.tar.gz ports-9c2f65e3958e906d7f49ce94318d22defb3fffb2.zip |
Notes
Diffstat (limited to 'emulators/yabause')
-rw-r--r-- | emulators/yabause/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index ed579f37d141..cff1594d93a0 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -22,7 +22,6 @@ USE_GMAKE= yes USE_GL= gl glu glut USE_GNOME= # USE_OPENAL= soft -USE_QT_VER= 4 USE_SDL= yes SUB_FILES= pkg-message @@ -33,7 +32,7 @@ OPTIONS= QT4 "Build wit qt4 interface instead of gtk2 one" on .include <bsd.port.pre.mk> .if defined(WITH_QT4) -QT_COMPONENTS= corelib gui opengl +USE_QT4= corelib gui opengl CONFIGURE_ARGS+= --with-port=qt .else USE_GNOME= gtk20 |