diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-05 07:33:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-05 07:33:44 +0800 |
commit | 8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4 (patch) | |
tree | b26abc3a6bba2f7c7311ce8c7965b538d8679482 /german | |
parent | 4c87193b0b003ef0d636a924d725f6fa020e1e60 (diff) | |
download | freebsd-ports-gnome-8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4.tar.gz freebsd-ports-gnome-8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4.tar.zst freebsd-ports-gnome-8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4.zip |
- Fix build after qt 4.4.1 update
Diffstat (limited to 'german')
-rw-r--r-- | german/tipp10/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/german/tipp10/Makefile b/german/tipp10/Makefile index b3aa7a392884..bef005aa18e9 100644 --- a/german/tipp10/Makefile +++ b/german/tipp10/Makefile @@ -15,8 +15,8 @@ DISTNAME= tipp10_source_v2-0-1 MAINTAINER= h.eichmann@gmx.de COMMENT= A 10 finger touch typing learning program -RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlsqlite2.so:${PORTSDIR}/databases/qt4-sqlite-plugin \ - ${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlsqlite.so:${PORTSDIR}/databases/qt4-sqlite3-plugin +RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlite2.so:${PORTSDIR}/databases/qt4-sqlite-plugin \ + ${LOCALBASE}/lib/qt4/plugins/sqldrivers/libqsqlite.so:${PORTSDIR}/databases/qt4-sqlite3-plugin USE_ZIP= yes USE_QT_VER= 4 |