From 6b1063e483e3f3e155c53c51cff9462a5637494e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 23 May 2017 18:25:38 +0200 Subject: FreeBSD: Fix FTBFS due to a malfunctioning fmake This resolves Bug 2752 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/dependencies/tqt3-ibase-plugin/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'freebsd/dependencies/tqt3-ibase-plugin/Makefile') diff --git a/freebsd/dependencies/tqt3-ibase-plugin/Makefile b/freebsd/dependencies/tqt3-ibase-plugin/Makefile index adb3aeeed..752000863 100644 --- a/freebsd/dependencies/tqt3-ibase-plugin/Makefile +++ b/freebsd/dependencies/tqt3-ibase-plugin/Makefile @@ -21,7 +21,9 @@ DB= ibase PLUGIN= plugins/src/sqldrivers/${DB} DRIVER= src/sql/drivers/${DB} -USES+= fmake +# For TQt3 is used FreeBSD make +# Remove gmake from USES +USES=${USES/gmake//} USE_FIREBIRD= yes EXTRACT_AFTER_ARGS+= \ -- cgit v1.2.3