svn commit: r323187 - head/mail/mailutils

Matthias Andree mandree at FreeBSD.org
Wed Jul 17 21:38:10 UTC 2013


Author: mandree
Date: Wed Jul 17 21:38:09 2013
New Revision: 323187
URL: http://svnweb.freebsd.org/changeset/ports/323187

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

Modified:
  head/mail/mailutils/Makefile

Modified: head/mail/mailutils/Makefile
==============================================================================
--- head/mail/mailutils/Makefile	Wed Jul 17 21:29:25 2013	(r323186)
+++ head/mail/mailutils/Makefile	Wed Jul 17 21:38:09 2013	(r323187)
@@ -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
 


More information about the svn-ports-all mailing list