[133475] trunk/dports/mail/alpine/Portfile

larryv at macports.org larryv at macports.org
Mon Mar 2 16:25:57 PST 2015


Revision: 133475
          https://trac.macports.org/changeset/133475
Author:   larryv at macports.org
Date:     2015-03-02 16:25:57 -0800 (Mon, 02 Mar 2015)
Log Message:
-----------
alpine: Configure using `--with-{include,lib}-path`

The `--with-{include,lib}-dir` options don't exist anymore.

Modified Paths:
--------------
    trunk/dports/mail/alpine/Portfile

Modified: trunk/dports/mail/alpine/Portfile
===================================================================
--- trunk/dports/mail/alpine/Portfile	2015-03-03 00:25:55 UTC (rev 133474)
+++ trunk/dports/mail/alpine/Portfile	2015-03-03 00:25:57 UTC (rev 133475)
@@ -26,8 +26,8 @@
                     port:ncurses
 
 configure.env       SSLDIR=${prefix}
-configure.args      -with-lib-dir=${prefix}/lib \
-                    -with-include-dir=${prefix}/include \
+configure.args      --with-lib-path=${prefix}/lib \
+                    --with-include-path=${prefix}/include \
                     -with-krb5-include-dir=${prefix}/include \
                     -with-krb5-lib-dir=${prefix}/lib \
                     -with-ldap-include-dir=${prefix}/include \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150302/653f1047/attachment-0001.html>


More information about the macports-changes mailing list