aboutsummaryrefslogtreecommitdiff
path: root/archivers/quazip
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/quazip')
-rw-r--r--archivers/quazip/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/archivers/quazip/Makefile b/archivers/quazip/Makefile
index b3c6db3e8863..0ac984cda8ca 100644
--- a/archivers/quazip/Makefile
+++ b/archivers/quazip/Makefile
@@ -12,14 +12,8 @@ COMMENT= Qt/C++ wrapper for ZIP/UNZIP package
LICENSE= LGPL21
-NO_STAGE= yes
-QMAKE_ARGS= PREFIX=${PREFIX} ${QMAKE_PRO}
-QMAKE_PRO= ${WRKSRC}/${PORTNAME}.pro
-
+USES= qmake
USE_LDCONFIG= yes
-USE_QT4= corelib moc_build qtestlib qmake_build
-
-do-configure:
- cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS}
+USE_QT4= corelib moc_build qtestlib
.include <bsd.port.mk>