FreeBSD: Fix FTBFS due to a malfunctioning fmake

This resolves Bug 2752

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/92/head
Slávek Banko 7 years ago
parent 5fc04fc9b6
commit 6b1063e483

@ -15,7 +15,9 @@ DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
USES+= fmake
# For TQt3 is used FreeBSD make
# Remove gmake from USES
USES=${USES/gmake//}
WRKSRC= ${WRKDIR}/${DISTNAME}/qmake
MAKEFILE= ${FILESDIR}/Makefile.bsd

@ -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+= \

@ -21,7 +21,9 @@ DB= mysql
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_MYSQL= yes
EXTRACT_AFTER_ARGS+= \

@ -21,7 +21,9 @@ DB= odbc
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//}
EXTRACT_AFTER_ARGS+= \
${EXTRACT_BASE}${PLUGIN} \

@ -21,7 +21,9 @@ DB= psql
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_PGSQL= yes
WANT_PGSQL= server

@ -21,7 +21,9 @@ DB= sqlite
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_SQLITE= yes
EXTRACT_AFTER_ARGS+= \

@ -21,7 +21,9 @@ DB= sqlite3
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_SQLITE= yes
EXTRACT_AFTER_ARGS+= \

@ -17,7 +17,9 @@ DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
USES+= fmake
# For TQt3 is used FreeBSD make
# Remove gmake from USES
USES=${USES/gmake//}
BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake

Loading…
Cancel
Save