diff options
-rw-r--r-- | devel/qconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/qconf/Makefile b/devel/qconf/Makefile index 61bfac79143a..7d86f2c4ebdd 100644 --- a/devel/qconf/Makefile +++ b/devel/qconf/Makefile @@ -9,15 +9,15 @@ MASTER_SITES= http://delta.affinix.com/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to create configure script for qmake-based project -USE_BZIP2= yes +USES= tar:bzip2 USE_QT4= corelib xml moc_build qmake_build HAS_CONFIGURE= yes QT_NONSTANDARD= yes +MAKE_ARGS= INSTALL_ROOT="${STAGEDIR}" CONFIGURE_ARGS= --prefix=${PREFIX} \ --datadir=${DATADIR:S,/qconf,,} \ --qtdir=${QT_PREFIX} \ --verbose -NO_STAGE= yes .include <bsd.port.mk> |