diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-04 23:33:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-04 23:33:44 +0000 |
commit | 16d82841ce3efe54e5557a86f6d8924a2d47b04c (patch) | |
tree | 73508b347165e20e74370b7cfe08583b50bee9c6 /german | |
parent | d56984b0567867dd57ecb27fe0c508025c2426c5 (diff) | |
download | ports-16d82841ce3efe54e5557a86f6d8924a2d47b04c.tar.gz ports-16d82841ce3efe54e5557a86f6d8924a2d47b04c.zip |
- Fix build after qt 4.4.1 update
Notes
Notes:
svn path=/head/; revision=218044
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 |