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

jeremyhu at macports.org jeremyhu at macports.org
Wed Apr 11 11:47:22 PDT 2012


Revision: 91838
          https://trac.macports.org/changeset/91838
Author:   jeremyhu at macports.org
Date:     2012-04-11 11:47:21 -0700 (Wed, 11 Apr 2012)
Log Message:
-----------
fetchmail: Add missing dependency on kerberos

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

Modified: trunk/dports/mail/fetchmail/Portfile
===================================================================
--- trunk/dports/mail/fetchmail/Portfile	2012-04-11 17:29:29 UTC (rev 91837)
+++ trunk/dports/mail/fetchmail/Portfile	2012-04-11 18:47:21 UTC (rev 91838)
@@ -37,11 +37,12 @@
   		sha1    797b5b0050763ad111c244aba606b2fcb4dfdaad \
   		rmd160  1262100c4a74a84e9dd969e4ab4902771752dbe5
 
-depends_lib	port:gettext
+depends_lib	port:gettext port:kerberos5
 
 configure.args	--mandir=${prefix}/share/man \
 		--with-libiconv-prefix=${prefix} \
-		--without-ssl --with-kerberos5 --with-gssapi
+		--without-ssl --with-kerberos5=${prefix} --with-gssapi
+
 post-destroot {
     if { ! [variant_isset fetchmailconf] } {
         system "find ${destroot} -type f -iname '*fetchmailconf*' -delete"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120411/8416cb09/attachment.html>


More information about the macports-changes mailing list