mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Fix build with postgresql, convert to USES=firebird
This commit is contained in:
parent
af90420500
commit
05cf3794df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405720
@ -86,6 +86,9 @@ MAKE_ENV= HB_ARCHITECTURE=${HB_ARCH} \
|
||||
HB_USER_CFLAGS=${HB_USER_CFLAGS} \
|
||||
HB_USER_LDFLAGS=${HB_USER_LDFLAGS}
|
||||
|
||||
PGSQL_USES= pgsql
|
||||
FIREBIRD_USES= firebird
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@ -95,7 +98,6 @@ MAKE_ENV+= HB_INSTALL_DOC=no
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MFIREBIRD}
|
||||
USE_FIREBIRD= yes
|
||||
MAKE_ENV+= HB_WITH_FIREBIRD=nolocal
|
||||
.else
|
||||
MAKE_ENV+= HB_WITH_FIREBIRD=no
|
||||
@ -118,7 +120,6 @@ MAKE_ENV+= HB_WITH_MYSQL=no
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPGSQL}
|
||||
USES+= pgsql
|
||||
MAKE_ENV+= HB_WITH_PGSQL=nolocal
|
||||
.else
|
||||
MAKE_ENV+= HB_WITH_PGSQL=no
|
||||
|
Loading…
Reference in New Issue
Block a user