64c4818f8e
- s/USE_MESA/USE_GL - Get rid of the nvidia-driver warning - Unhook database-plugin ports from the main port. - Use and depend on devel/qmake. Thanks to Mikhail Teterin <mi+kde@aldan.algebra.com> for ideas and code for the dependency on the qmake-port and the database- plugins. Approved by: Maintainer (for qt-mysql-plugins)
16 lines
335 B
Makefile
16 lines
335 B
Makefile
# -*-mode: makefile-*-
|
|
# New ports collection makefile for: qt-mysql-plugin
|
|
# Date created: 20 April 2003
|
|
# Whom: Kay Lehmann <kay_lehmann@web.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= kay_lehmann@web.de
|
|
COMMENT= A plugin for QT to connect to MySQL-Databases
|
|
|
|
USE_MYSQL= yes
|
|
|
|
DB?= mysql
|
|
|
|
.include "../qt-mysql-plugin/Makefile.dbplugin"
|