mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Move GUILE_* options before bsd.options.mk so they can take effect.
This commit is contained in:
parent
5040a69fa7
commit
b7909a4e47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323187
@ -38,6 +38,10 @@ PGSQL_DESC= Enable Postgres support
|
||||
LDAP_DESC= Enable LDAP support
|
||||
PYTHON_DESC= Enable Python support
|
||||
|
||||
GUILE_CONFIGURE_ON= --with-guile
|
||||
GUILE_CONFIGURE_OFF= --without-guile
|
||||
GUILE_LIB_DEPENDS= guile:${PORTSDIR}/lang/guile
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGDBM}
|
||||
@ -108,10 +112,6 @@ CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
GUILE_CONFIGURE_ON= --with-guile
|
||||
GUILE_CONFIGURE_OFF= --without-guile
|
||||
GUILE_LIB_DEPENDS= guile:${PORTSDIR}/lang/guile
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user