[105105] trunk/dports/databases/libgda3/Portfile

devans at macports.org devans at macports.org
Wed Apr 10 08:42:01 PDT 2013


Revision: 105105
          https://trac.macports.org/changeset/105105
Author:   devans at macports.org
Date:     2013-04-10 08:42:01 -0700 (Wed, 10 Apr 2013)
Log Message:
-----------
libgda3: fix postgres typos.

Modified Paths:
--------------
    trunk/dports/databases/libgda3/Portfile

Modified: trunk/dports/databases/libgda3/Portfile
===================================================================
--- trunk/dports/databases/libgda3/Portfile	2013-04-10 15:33:13 UTC (rev 105104)
+++ trunk/dports/databases/libgda3/Portfile	2013-04-10 15:42:01 UTC (rev 105105)
@@ -96,7 +96,7 @@
 	configure.cppflags-append	"-I${prefix}/include/postgresql82"
 	configure.ldflags-append	"-L${prefix}/lib/postgresql82"
 	depends_lib-append	port:postgresql82
-	configure.args-replace  --without-postgress --with-postgres
+	configure.args-replace  --without-postgres --with-postgres
 }
 
 variant with_postgresql83 conflicts with_postgresql82 \
@@ -104,7 +104,7 @@
 	configure.cppflags-append	"-I${prefix}/include/postgresql83"
 	configure.ldflags-append	"-L${prefix}/lib/postgresql83"
 	depends_lib-append	port:postgresql83
-	configure.args-replace  --without-postgress --with-postgres
+	configure.args-replace  --without-postgres --with-postgres
 }
 
 variant with_bdb46 conflicts without_bdb \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130410/146d3d0c/attachment.html>


More information about the macports-changes mailing list