[92579] trunk/dports/databases/postgis2/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue May 1 12:14:11 PDT 2012


Revision: 92579
          https://trac.macports.org/changeset/92579
Author:   ryandesign at macports.org
Date:     2012-05-01 12:14:11 -0700 (Tue, 01 May 2012)
Log Message:
-----------
postgis2: adjust wording of comments variant warning and append to rather than overwrite the dependencies and configure arguments

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

Modified: trunk/dports/databases/postgis2/Portfile
===================================================================
--- trunk/dports/databases/postgis2/Portfile	2012-05-01 18:24:53 UTC (rev 92578)
+++ trunk/dports/databases/postgis2/Portfile	2012-05-01 19:14:11 UTC (rev 92579)
@@ -86,13 +86,13 @@
 
 variant comments            description {Build comments -- ! broken } {
 
-    ui_warn "Variant comments is currently broken. Use at your own risks."
+    ui_warn "The comments variant is currently broken. Use at your own risk."
     
-    depends_build           port:docbook-xsl \
+    depends_build-append    port:docbook-xsl \
                             port:libxslt \
                             port:ImageMagick
     
-    configure.args          --datadir=${prefix}/share/${name} \
+    configure.args-append   --datadir=${prefix}/share/${name} \
                             --with-projdir=${prefix} \
                             --with-xsldir=${prefix}/share/xsl/docbook-xsl
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120501/805ce168/attachment-0001.html>


More information about the macports-changes mailing list