diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-04 23:30:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-04 23:30:38 +0000 |
commit | d56984b0567867dd57ecb27fe0c508025c2426c5 (patch) | |
tree | eb02dac4e0d7e5129ffac4c76b935a76a7e66676 /databases/qt4-mysql-plugin/Makefile | |
parent | 98813eadd27b8cd8500044af2a49b6d861809815 (diff) |
Notes
Diffstat (limited to 'databases/qt4-mysql-plugin/Makefile')
-rw-r--r-- | databases/qt4-mysql-plugin/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/qt4-mysql-plugin/Makefile b/databases/qt4-mysql-plugin/Makefile index ed502476caf8..786e5919713b 100644 --- a/databases/qt4-mysql-plugin/Makefile +++ b/databases/qt4-mysql-plugin/Makefile @@ -8,7 +8,6 @@ PORTNAME= qt4-${DB}-plugin PORTVERSION= ${QT4_VERSION} -PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_QT} DISTNAME= qt-x11-opensource-src-${PORTVERSION} @@ -24,7 +23,6 @@ QT_COMPONENTS= moc_build sql QT_NONSTANDARD= yes USE_MYSQL= yes -#USE_BZIP2= yes DRIVER= src/sql/drivers/${DB} PLUGIN= src/plugins/sqldrivers/${DB} EXTRACT_AFTER_ARGS?=| ${TAR} -xf - \ |