[49627] trunk/dports/mail/postfix/Portfile

toby at macports.org toby at macports.org
Mon Apr 13 15:55:49 PDT 2009


Revision: 49627
          http://trac.macports.org/changeset/49627
Author:   toby at macports.org
Date:     2009-04-13 15:55:49 -0700 (Mon, 13 Apr 2009)
Log Message:
-----------
postgrs support (#19305)

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

Modified: trunk/dports/mail/postfix/Portfile
===================================================================
--- trunk/dports/mail/postfix/Portfile	2009-04-13 21:52:48 UTC (rev 49626)
+++ trunk/dports/mail/postfix/Portfile	2009-04-13 22:55:49 UTC (rev 49627)
@@ -157,3 +157,9 @@
     set CCARGS      [concat ${CCARGS} -DHAS_MYSQL -I${prefix}/include/mysql5/mysql]
     set AUXLIBS     [concat ${AUXLIBS} -L${prefix}/lib/mysql5/mysql -lmysqlclient -lz -lm]
 }
+
+variant postgresql83 description "add postgresql support via postgresql83" {
+    depends_lib-append port:postgresql83
+    set CCARGS      [concat ${CCARGS} -DHAS_PGSQL -I${prefix}/include/postgresql83]
+    set AUXLIBS     [concat ${AUXLIBS} -L${prefix}/lib/postgresql83 -lpq]
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090413/04a4af2b/attachment.html>


More information about the macports-changes mailing list