diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-08 16:02:21 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-08 16:02:21 +0000 |
commit | 364f20a0c0f0021ff4ba53e5a3c4c55827f349c6 (patch) | |
tree | 82bc12ed636eda2553070bcb0ece9d6f5c481ac0 /CHANGES | |
parent | e4912bdce9db3b0ed446a9a435652b92886e16ec (diff) |
- Add new USES= qmake (with staging support)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=329802
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20131008: +AUTHOR: makc@FreeBSD.org + + New USES: qmake, configure tool widely used among Qt based projects. + New framework is stage-friendly. To convert existing ports remove + custom configure target, adjust QMAKE_ENV, QMAKE_ARGS, QMAKE_PRO if + required (see Mk/Uses/qmake.mk for details). + 20131005: AUTHOR: bdrewery@FreeBSD.org |