diff options
Diffstat (limited to 'databases/qt4-ibase-plugin/Makefile')
-rw-r--r-- | databases/qt4-ibase-plugin/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/qt4-ibase-plugin/Makefile b/databases/qt4-ibase-plugin/Makefile index d5a27f01b542..370e4df3da3c 100644 --- a/databases/qt4-ibase-plugin/Makefile +++ b/databases/qt4-ibase-plugin/Makefile @@ -9,9 +9,6 @@ PORTNAME= qt4-${DB}-plugin PORTVERSION= ${QT4_VERSION} CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_QT} -DISTNAME= qt-x11-opensource-src-${PORTVERSION} -DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Qt IBase/Firebird database plugin @@ -22,8 +19,8 @@ USE_FIREBIRD= yes USE_QT_VER= 4 QT_COMPONENTS= moc_build sql QT_NONSTANDARD= yes +QT_DIST= yes MAKE_JOBS_SAFE= yes -MD5_FILE= ${PORTSDIR}/devel/qt4/distinfo DRIVER= src/sql/drivers/${DB} PLUGIN= src/plugins/sqldrivers/${DB} |