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 /games | |
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 'games')
-rw-r--r-- | games/gottet/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |