[23014] trunk/dports/mail/fetchmail/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 21 15:55:29 PDT 2007


Revision: 23014
          http://trac.macosforge.org/projects/macports/changeset/23014
Author:   pmq at macports.org
Date:     2007-03-21 15:55:29 -0700 (Wed, 21 Mar 2007)

Log Message:
-----------
Link against MacPorts' iconv.
Link against MacPorts' OpenSSL.

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

Modified: trunk/dports/mail/fetchmail/Portfile
===================================================================
--- trunk/dports/mail/fetchmail/Portfile	2007-03-21 22:40:45 UTC (rev 23013)
+++ trunk/dports/mail/fetchmail/Portfile	2007-03-21 22:55:29 UTC (rev 23014)
@@ -43,12 +43,13 @@
 
 configure.env	CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
 configure.args	--mandir=${prefix}/share/man \
+		--with-libiconv-prefix=${prefix} \
 		--without-ssl --with-kerberos5 --with-gssapi
 
 variant ssl {
     depends_lib-append		port:openssl
     configure.args-delete	--without-ssl
-    configure.args-append	--with-ssl
+    configure.args-append	--with-ssl=${prefix}
 }
 
 variant fetchmailconf {

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


More information about the macports-changes mailing list