aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mailutils
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2013-07-18 05:29:25 +0800
committermandree <mandree@FreeBSD.org>2013-07-18 05:29:25 +0800
commit4d654da6bc0fcd2058847efc904728514b4e9c7e (patch)
tree0411b02c9353d0d5a3b0ed50d363aed3e0fcb697 /mail/mailutils
parent556cc4d35ae97d00667ca444bdf93067bf8dd844 (diff)
downloadfreebsd-ports-gnome-4d654da6bc0fcd2058847efc904728514b4e9c7e.tar.gz
freebsd-ports-gnome-4d654da6bc0fcd2058847efc904728514b4e9c7e.tar.zst
freebsd-ports-gnome-4d654da6bc0fcd2058847efc904728514b4e9c7e.zip
Fix GUILE option for "OFF" case (GUILE_CONFIGURE_OFF, rather than a dup' _ON)
Submitted by: jgh
Diffstat (limited to 'mail/mailutils')
-rw-r--r--mail/mailutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailutils/Makefile b/mail/mailutils/Makefile
index 0c822883c23e..1eb3550dcb1d 100644
--- a/mail/mailutils/Makefile
+++ b/mail/mailutils/Makefile
@@ -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: