[20109] trunk/dports/mail/lbdb/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 19 10:31:05 PDT 2006


Revision: 20109
          http://trac.macosforge.org/projects/macports/changeset/20109
Author:   pmq at macports.org
Date:     2006-10-19 10:31:05 -0700 (Thu, 19 Oct 2006)

Log Message:
-----------
Closes #10904. Fixes a problem when mixing variants.
Submitted by: ehainry at free.fr
Approved by: reilles at loria.fr

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

Property Changed:
----------------
    trunk/dports/mail/lbdb/Portfile

Modified: trunk/dports/mail/lbdb/Portfile
===================================================================
--- trunk/dports/mail/lbdb/Portfile	2006-10-19 17:24:29 UTC (rev 20108)
+++ trunk/dports/mail/lbdb/Portfile	2006-10-19 17:31:05 UTC (rev 20109)
@@ -1,4 +1,4 @@
-# $Id: Portfile,v 1.9 2006/01/27 11:32:03 olegb Exp $
+# $Id$
 PortSystem  1.0
 name		    lbdb 
 version		  0.30
@@ -37,6 +37,6 @@
 	file copy ${configure.dir}/lbdb.el ${destroot}${prefix}/share/emacs/site-lisp
 }
 
-variant gpg { configure.args-append --with-gpg 
-				depends_lib port:gnupg }
-variant ldap { depends_lib port:p5-perl-ldap }
+variant gpg { configure.args-append --with-gpg
+				depends_lib-append port:gnupg }
+variant ldap { depends_lib-append port:p5-perl-ldap }


Property changes on: trunk/dports/mail/lbdb/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id

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


More information about the macports-changes mailing list