diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /databases/sqliteman/Makefile | |
parent | Forced commit, I forgot to mention who reported the plist error. (diff) |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
Notes
Notes:
svn path=/head/; revision=298557
Diffstat (limited to 'databases/sqliteman/Makefile')
-rw-r--r-- | databases/sqliteman/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/sqliteman/Makefile b/databases/sqliteman/Makefile index 4be522840a27..a600ea2722b6 100644 --- a/databases/sqliteman/Makefile +++ b/databases/sqliteman/Makefile @@ -17,10 +17,9 @@ COMMENT= Admin's GUI tool for Sqlite3 LIB_DEPENDS= qscintilla2:${PORTSDIR}/devel/qscintilla2 USE_CMAKE= yes -USE_QT_VER= 4 USE_SQLITE= yes CMAKE_ENV+= QMAKESPEC=${QMAKESPEC} -QT_COMPONENTS= qmake_build gui moc_build rcc_build uic_build xml sql +USE_QT4= qmake_build gui moc_build rcc_build uic_build xml sql GNU_CONFIGURE= yes USE_LDCONFIG= yes |