diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-19 03:32:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-19 03:32:44 +0800 |
commit | 7e0ac27ae73a7f25cb0d1f8ff4ffd83344dfb3fa (patch) | |
tree | c9207c9df3468472e0cda55753ebcc71c94f2e59 | |
parent | f00debb200b4eeff52e57144ff8670aaa7c11330 (diff) | |
download | freebsd-ports-gnome-7e0ac27ae73a7f25cb0d1f8ff4ffd83344dfb3fa.tar.gz freebsd-ports-gnome-7e0ac27ae73a7f25cb0d1f8ff4ffd83344dfb3fa.tar.zst freebsd-ports-gnome-7e0ac27ae73a7f25cb0d1f8ff4ffd83344dfb3fa.zip |
Point to the QT 3.2 Makefile since the 3.1 Makefile is gone.
Noticed by: makeduds on bento
-rw-r--r-- | databases/qt-mysql-plugin/Makefile | 2 | ||||
-rw-r--r-- | databases/qt-pgsql-plugin/Makefile | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/databases/qt-pgsql-plugin/Makefile b/databases/qt-pgsql-plugin/Makefile index 152f8c3053e6..60493cfea6d1 100644 --- a/databases/qt-pgsql-plugin/Makefile +++ b/databases/qt-pgsql-plugin/Makefile @@ -34,4 +34,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/plugins/sqldrivers/libqsqlpsql.so \ ${PREFIX}/lib/plugins/sqldrivers/ -.include "../../x11-toolkits/qt31/Makefile" +.include "../../x11-toolkits/qt32/Makefile" |