1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Move GUILE_* options before bsd.options.mk so they can take effect.

This commit is contained in:
Matthias Andree 2013-07-17 21:38:09 +00:00
parent 5040a69fa7
commit b7909a4e47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323187

View File

@ -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