diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-07-17 21:38:09 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-07-17 21:38:09 +0000 |
commit | b7909a4e47a9732a711ef782c0d82032d4b87ec8 (patch) | |
tree | 2fa1b9f57d7c9e0c0571111de843c66ac8dd5a3d /mail/mailutils | |
parent | 5040a69fa7cdcf1029e707d24d79322dc8340011 (diff) | |
download | ports-b7909a4e47a9732a711ef782c0d82032d4b87ec8.tar.gz ports-b7909a4e47a9732a711ef782c0d82032d4b87ec8.zip |
Move GUILE_* options before bsd.options.mk so they can take effect.
Notes
Notes:
svn path=/head/; revision=323187
Diffstat (limited to 'mail/mailutils')
-rw-r--r-- | mail/mailutils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mailutils/Makefile b/mail/mailutils/Makefile index 1eb3550dcb1d..69ee17e63027 100644 --- a/mail/mailutils/Makefile +++ b/mail/mailutils/Makefile @@ -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 |