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 | |
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
-rw-r--r-- | games/gottet/Makefile | 3 | ||||
-rw-r--r-- | net-im/tapioca-qt/Makefile | 3 | ||||
-rw-r--r-- | print/qpdfview/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/games/gottet/Makefile b/games/gottet/Makefile index 46846edd5ba5..705776a19891 100644 --- a/games/gottet/Makefile +++ b/games/gottet/Makefile @@ -17,8 +17,7 @@ COMMENT= A Tetris clone LICENSE= GPLv3 USE_BZIP2= yes -USE_QT_VER= 4 -QT_COMPONENTS= moc_build qmake_build rcc_build iconengines imageformats +USE_QT4= moc_build qmake_build rcc_build iconengines imageformats USE_GMAKE= yes MAKE_JOBS_SAFE= yes 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> diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index bfc8772923d4..c622fd1aecf9 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -18,8 +18,7 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ cups:${PORTSDIR}/print/cups-client -USE_QT_VER= 4 -QT_COMPONENTS= corelib dbus gui moc qmake_build svg xml +USE_QT4= corelib dbus gui moc_build qmake_build svg xml MAN1= ${PORTNAME}.1 |