diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 19:32:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 19:32:44 +0000 |
commit | 28f9a170127c01a3f03c39e27e47a39f2b2a7e28 (patch) | |
tree | 8c5e517515ad8caa73f23752dfbc3693c93b9806 /databases/qt-mysql-plugin | |
parent | - Security update to 8.12.10 (diff) |
Point to the QT 3.2 Makefile since the 3.1 Makefile is gone.
Noticed by: makeduds on bento
Notes
Notes:
svn path=/head/; revision=89056
Diffstat (limited to 'databases/qt-mysql-plugin')
-rw-r--r-- | databases/qt-mysql-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/qt-mysql-plugin/Makefile b/databases/qt-mysql-plugin/Makefile index 7d70f2ed2f79..e01d320868dc 100644 --- a/databases/qt-mysql-plugin/Makefile +++ b/databases/qt-mysql-plugin/Makefile @@ -35,4 +35,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlmysql.so \ ${PREFIX}/lib/plugins/sqldrivers/ -.include "../../x11-toolkits/qt31/Makefile" +.include "../../x11-toolkits/qt32/Makefile" |