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 /graphics/evolvotron | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'graphics/evolvotron')
-rw-r--r-- | graphics/evolvotron/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index a5ee2fc2da89..77cb4ff6c084 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost-libs WRKSRC= ${WRKDIR}/${PORTNAME} -USE_QT_VER= 4 -QT_COMPONENTS= corelib gui moc_build qmake_build xml +USE_QT4= corelib gui moc_build qmake_build xml USE_PYTHON= yes USE_XORG= x11 GNU_CONFIGURE= yes |