svn commit: r416083 - head/databases/qt4-ibase-plugin

Kurt Jaeger pi at FreeBSD.org
Sun May 29 03:36:30 UTC 2016


Author: pi
Date: Sun May 29 03:36:29 2016
New Revision: 416083
URL: https://svnweb.freebsd.org/changeset/ports/416083

Log:
  databases/qt4-ibase-plugin: simplify USES
  
  PR:		209818
  Submitted by:	groot at kde.org (kde)

Modified:
  head/databases/qt4-ibase-plugin/Makefile

Modified: head/databases/qt4-ibase-plugin/Makefile
==============================================================================
--- head/databases/qt4-ibase-plugin/Makefile	Sun May 29 01:30:05 2016	(r416082)
+++ head/databases/qt4-ibase-plugin/Makefile	Sun May 29 03:36:29 2016	(r416083)
@@ -5,6 +5,6 @@ PORTREVISION=	1
 
 COMMENT=	Qt InterBase/Firebird database plugin
 DB=		ibase
-USES+=		firebird
+USES=		firebird
 
 .include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"


More information about the svn-ports-head mailing list