diff options
author | miwi <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | bdb01e436951afbc072801302b9a72407299f54a (patch) | |
tree | 204231aa3dafe24790c35a32986984cdb94f5cd1 /devel/qbzr/Makefile | |
parent | 6ec4188dabec3cbd63cc23138b8ae1aea5370086 (diff) | |
download | FreeBSD-ports-bdb01e436951afbc072801302b9a72407299f54a.zip FreeBSD-ports-bdb01e436951afbc072801302b9a72407299f54a.tar.gz |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
Diffstat (limited to 'devel/qbzr/Makefile')
-rw-r--r-- | devel/qbzr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/qbzr/Makefile b/devel/qbzr/Makefile index 39d16ef..b723ca6 100644 --- a/devel/qbzr/Makefile +++ b/devel/qbzr/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON= yes -USE_QT_VER= 4 +USE_QT4= yes USE_PYDISTUTILS= yes USE_GETTEXT= yes INSTALLS_ICONS= yes |