diff options
author | miwi <miwi@FreeBSD.org> | 2012-06-06 14:44:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-06-06 14:44:37 +0800 |
commit | bdb01e436951afbc072801302b9a72407299f54a (patch) | |
tree | 204231aa3dafe24790c35a32986984cdb94f5cd1 /databases/sqliteman | |
parent | 6ec4188dabec3cbd63cc23138b8ae1aea5370086 (diff) | |
download | freebsd-ports-graphics-bdb01e436951afbc072801302b9a72407299f54a.tar.gz freebsd-ports-graphics-bdb01e436951afbc072801302b9a72407299f54a.tar.zst freebsd-ports-graphics-bdb01e436951afbc072801302b9a72407299f54a.zip |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
Diffstat (limited to 'databases/sqliteman')
-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 4be522840a2..a600ea2722b 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 |