[66963] trunk/dports/science/root/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 26 16:36:38 PDT 2010


Revision: 66963
          http://trac.macports.org/changeset/66963
Author:   ryandesign at macports.org
Date:     2010-04-26 16:36:37 -0700 (Mon, 26 Apr 2010)
Log Message:
-----------
root: remove errant backslashes; see #23792

Modified Paths:
--------------
    trunk/dports/science/root/Portfile

Modified: trunk/dports/science/root/Portfile
===================================================================
--- trunk/dports/science/root/Portfile	2010-04-26 23:35:07 UTC (rev 66962)
+++ trunk/dports/science/root/Portfile	2010-04-26 23:36:37 UTC (rev 66963)
@@ -61,7 +61,7 @@
                     --disable-ssl \
                     --disable-xml \
                     --with-x11-libdir="${prefix}/lib" \
-                    --with-xpm-libdir="${prefix}/lib" \
+                    --with-xpm-libdir="${prefix}/lib"
 
 universal_variant   no
 
@@ -71,7 +71,7 @@
     configure.args-delete   --disable-fftw3
     configure.args-append   --enable-fftw3 \
                             --with-fftw3-incdir="${prefix}/include/" \
-                            --with-fftw3-libdir="${prefix}/lib" \
+                            --with-fftw3-libdir="${prefix}/lib"
     depends_lib-append      port:fftw-3
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100426/7fc4f45d/attachment.html>


More information about the macports-changes mailing list