diff options
author | makc <makc@FreeBSD.org> | 2012-09-20 08:00:30 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2012-09-20 08:00:30 +0800 |
commit | 18399fba78e3cacf5d8811712fb880b8e70918a6 (patch) | |
tree | 37c927ebf05fac2a24835623035151a585a7f49a /net-im | |
parent | 440d78cd8bd64eda2e8ac422bd5c8e774ec19290 (diff) | |
download | freebsd-ports-gnome-18399fba78e3cacf5d8811712fb880b8e70918a6.tar.gz freebsd-ports-gnome-18399fba78e3cacf5d8811712fb880b8e70918a6.tar.zst freebsd-ports-gnome-18399fba78e3cacf5d8811712fb880b8e70918a6.zip |
Convert remaining ports to USE_QT4
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tapioca-qt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/tapioca-qt/Makefile b/net-im/tapioca-qt/Makefile index aeb6cf2ad894..8200edd309a6 100644 --- a/net-im/tapioca-qt/Makefile +++ b/net-im/tapioca-qt/Makefile @@ -22,8 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build USE_CMAKE= yes CMAKE_SOURCE_PATH= .. -USE_QT_VER= 4 -QT_COMPONENTS= corelib qmake_build uic_build moc_build rcc_build +USE_QT4= corelib qmake_build uic_build moc_build rcc_build USE_LDCONFIG= yes .include <bsd.port.pre.mk> |