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 /databases/qt-pgsql-plugin | |
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
Diffstat (limited to 'databases/qt-pgsql-plugin')
-rw-r--r-- | databases/qt-pgsql-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |