diff options
Diffstat (limited to 'databases/qt4-mysql-plugin/Makefile')
-rw-r--r-- | databases/qt4-mysql-plugin/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/qt4-mysql-plugin/Makefile b/databases/qt4-mysql-plugin/Makefile deleted file mode 100644 index 2adf68dc0252..000000000000 --- a/databases/qt4-mysql-plugin/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# Created by: Kay Lehmann <kay_lehmann@web.de> -# $FreeBSD$ - -PORTREVISION= 4 - -COMMENT= Qt MySQL database plugin -DB= mysql -USE_MYSQL= yes - -CXXFLAGS+= -I${LOCALBASE}/include/mysql -LDFLAGS+= -L${LOCALBASE}/lib/mysql - -.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers" |