From b67a7976491f2d7d39140b75b1205d5c9aaf1968 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Thu, 25 Mar 2004 15:06:29 +0000 Subject: [PATCH] Add a pkg-message to advertise the database plugin ports. --- x11-toolkits/qt33/Makefile | 1 + x11-toolkits/qt33/pkg-message | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 x11-toolkits/qt33/pkg-message 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 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 + +*******************************************************************************