diff options
Diffstat (limited to 'graphics/evolvotron/Makefile')
-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 07036289fe85..66ff2219a061 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -19,9 +19,8 @@ LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs WRKSRC= ${WRKDIR}/${PORTNAME} -USES= qmake +USES= python qmake USE_QT4= corelib gui xml moc_build -USE_PYTHON= yes QMAKE_ARGS+= VERSION_NUMBER="${PORTVERSION}" QMAKE_SOURCE_PATH= ${WRKSRC}/main.pro MAKE_JOBS_UNSAFE= yes |