[35306] trunk/dports/mail/mutt-devel/Portfile

jmr at macports.org jmr at macports.org
Mon Mar 24 22:47:44 PDT 2008


Revision: 35306
          http://trac.macosforge.org/projects/macports/changeset/35306
Author:   jmr at macports.org
Date:     2008-03-24 22:47:41 -0700 (Mon, 24 Mar 2008)

Log Message:
-----------
mutt-devel: note requirements for headercache, and make specifying it as the
only variant suceed.

Modified Paths:
--------------
    trunk/dports/mail/mutt-devel/Portfile

Modified: trunk/dports/mail/mutt-devel/Portfile
===================================================================
--- trunk/dports/mail/mutt-devel/Portfile	2008-03-24 23:38:37 UTC (rev 35305)
+++ trunk/dports/mail/mutt-devel/Portfile	2008-03-25 05:47:41 UTC (rev 35306)
@@ -36,8 +36,8 @@
                 --with-docdir=${prefix}/share/doc/mutt \
                 --with-libiconv-prefix=${prefix}
 
-if {![variant_isset gdbm] && ![variant_isset qdbm]} {
-        variant_set db4
+if {![variant_isset db4] && ![variant_isset qdbm]} {
+        variant_set gdbm
 }
 
 variant idn description {Internationalized Domain Name support} {
@@ -66,7 +66,7 @@
                                 2673a3d1a7289018b38d490192cc2825
 }
 
-variant headercache conflicts db4 description {Enable header caching} {
+variant headercache conflicts db4 description {Enable header caching (requires gdbm or qdbm)} {
     configure.args-append   --enable-hcache
     configure.ldflags-append    "-L/usr/lib"
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080324/ec473b09/attachment.html 


More information about the macports-changes mailing list