diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-25 23:06:29 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-25 23:06:29 +0800 |
commit | 9431e2a310bf9bb43573ed86f565b44357cabbcd (patch) | |
tree | c05e6c2eeda5afccf46b676f22f40a7bafb3033c | |
parent | 45cf9d206ffd693ca7076885959a0863f6757a70 (diff) | |
download | freebsd-ports-gnome-9431e2a310bf9bb43573ed86f565b44357cabbcd.tar.gz freebsd-ports-gnome-9431e2a310bf9bb43573ed86f565b44357cabbcd.tar.zst freebsd-ports-gnome-9431e2a310bf9bb43573ed86f565b44357cabbcd.zip |
Add a pkg-message to advertise the database plugin ports.
-rw-r--r-- | x11-toolkits/qt33/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/qt33/pkg-message | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 574b82b28c97..eeb7e965a0d2 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -158,5 +158,6 @@ pre-su-install: post-install: ${RM} -f ${PREFIX}/lib/libqt-mt.la + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> diff --git a/x11-toolkits/qt33/pkg-message b/x11-toolkits/qt33/pkg-message new file mode 100644 index 000000000000..7a49e3e09d98 --- /dev/null +++ b/x11-toolkits/qt33/pkg-message @@ -0,0 +1,12 @@ +******************************************************************************* + + To enable QT's database support, install the database plugin ports. + The following plugin ports are available: + + IBase/Firebird - databases/qt-ibase-plugin + MySQL - databases/qt-mysql-plugin + ODBC - databases/qt-odbc-plugin + PostgreSQL - databases/qt-pgsql-plugin + SQLite - databases/qt-sqlite-plugin + +******************************************************************************* |