[90291] trunk/dports/net/yafc/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Feb 29 09:28:38 PST 2012


Revision: 90291
          http://trac.macports.org/changeset/90291
Author:   ryandesign at macports.org
Date:     2012-02-29 09:28:37 -0800 (Wed, 29 Feb 2012)
Log Message:
-----------
yafc: enable readline support when building with clang by fixing wrong --with-readline argument; see #33413

Modified Paths:
--------------
    trunk/dports/net/yafc/Portfile

Modified: trunk/dports/net/yafc/Portfile
===================================================================
--- trunk/dports/net/yafc/Portfile	2012-02-29 17:18:15 UTC (rev 90290)
+++ trunk/dports/net/yafc/Portfile	2012-02-29 17:28:37 UTC (rev 90291)
@@ -5,7 +5,7 @@
 
 name                yafc
 version             1.1.1
-revision            2
+revision            3
 categories          net
 platforms           darwin
 maintainers         nomaintainer
@@ -48,7 +48,7 @@
 
 configure.args      --mandir=${prefix}/share/man \
                     --infodir=${prefix}/share/info \
-                    --with-readline=${prefix}/lib \
+                    --with-readline=${prefix} \
                     --without-krb4 \
                     --with-krb5=${prefix}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120229/792c2451/attachment.html>


More information about the macports-changes mailing list