diff options
Diffstat (limited to 'devel/qconf/Makefile')
-rw-r--r-- | devel/qconf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/qconf/Makefile b/devel/qconf/Makefile index fbd5ebac542d..b49a261a29ec 100644 --- a/devel/qconf/Makefile +++ b/devel/qconf/Makefile @@ -12,10 +12,9 @@ COMMENT= Tool to create configure script for qmake-based project LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:bzip2 -USE_QT4= corelib xml moc_build qmake_build rcc_build +USES= qmake:no_env qt:4 tar:bzip2 +USE_QT= corelib xml moc_build qmake_build rcc_build HAS_CONFIGURE= yes -QT_NONSTANDARD= yes MAKE_ARGS= INSTALL_ROOT="${STAGEDIR}" CONFIGURE_ARGS= --prefix=${PREFIX} \ |