diff options
Diffstat (limited to 'graphics/evolvotron/Makefile')
-rw-r--r-- | graphics/evolvotron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index f6a6a70697c3..2ae019ea07f5 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs WRKSRC= ${WRKDIR}/${PORTNAME} -USES= python qmake -USE_QT4= corelib gui xml moc_build +USES= python qmake qt:4 +USE_QT= corelib gui xml moc_build QMAKE_ARGS= VERSION_NUMBER="${PORTVERSION}" QMAKE_SOURCE_PATH= ${WRKSRC}/main.pro MAKE_JOBS_UNSAFE= yes |