svn commit: r323186 - head/mail/mailutils
Matthias Andree
mandree at FreeBSD.org
Wed Jul 17 21:29:26 UTC 2013
Author: mandree
Date: Wed Jul 17 21:29:25 2013
New Revision: 323186
URL: http://svnweb.freebsd.org/changeset/ports/323186
Log:
Fix GUILE option for "OFF" case (GUILE_CONFIGURE_OFF, rather than a dup' _ON)
Submitted by: jgh
Modified:
head/mail/mailutils/Makefile
Modified: head/mail/mailutils/Makefile
==============================================================================
--- head/mail/mailutils/Makefile Wed Jul 17 21:07:44 2013 (r323185)
+++ head/mail/mailutils/Makefile Wed Jul 17 21:29:25 2013 (r323186)
@@ -109,7 +109,7 @@ PLIST_SUB+= NLS="@comment "
.endif
GUILE_CONFIGURE_ON= --with-guile
-GUILE_CONFIGURE_ON= --without-guile
+GUILE_CONFIGURE_OFF= --without-guile
GUILE_LIB_DEPENDS= guile:${PORTSDIR}/lang/guile
post-patch:
More information about the svn-ports-head
mailing list