FreeBSD: Minor adjustments

+ tqt3-ibase: use USES for firebird dependency
+ tqt3-pgsql: use USES for postgresql dependency

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/92/head
Slávek Banko 5 years ago
parent 910362dc87
commit 5af84c8518
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -24,7 +24,7 @@ DRIVER= src/sql/drivers/${DB}
# For TQt3 is used FreeBSD make # For TQt3 is used FreeBSD make
# Remove gmake from USES # Remove gmake from USES
USES= ${USES/gmake//} USES= ${USES/gmake//}
USE_FIREBIRD= yes USES+= firebird
EXTRACT_AFTER_ARGS+= \ EXTRACT_AFTER_ARGS+= \
${EXTRACT_BASE}${PLUGIN} \ ${EXTRACT_BASE}${PLUGIN} \

@ -24,8 +24,8 @@ DRIVER= src/sql/drivers/${DB}
# For TQt3 is used FreeBSD make # For TQt3 is used FreeBSD make
# Remove gmake from USES # Remove gmake from USES
USES= ${USES/gmake//} USES= ${USES/gmake//}
USE_PGSQL= yes USES+= pgsql
WANT_PGSQL= server WANT_PGSQL= lib
EXTRACT_AFTER_ARGS+= \ EXTRACT_AFTER_ARGS+= \
${EXTRACT_BASE}${PLUGIN} \ ${EXTRACT_BASE}${PLUGIN} \

Loading…
Cancel
Save