[56576] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Sun Aug 30 04:46:21 PDT 2009


Revision: 56576
          http://trac.macports.org/changeset/56576
Author:   ryandesign at macports.org
Date:     2009-08-30 04:46:21 -0700 (Sun, 30 Aug 2009)
Log Message:
-----------
php4, php52, php5-gd: remove backslash at end of last line of configure.args in t1lib variant

Modified Paths:
--------------
    trunk/dports/lang/php4/Portfile
    trunk/dports/lang/php52/Portfile
    trunk/dports/php/php5-gd/Portfile

Modified: trunk/dports/lang/php4/Portfile
===================================================================
--- trunk/dports/lang/php4/Portfile	2009-08-30 11:42:34 UTC (rev 56575)
+++ trunk/dports/lang/php4/Portfile	2009-08-30 11:46:21 UTC (rev 56576)
@@ -254,7 +254,7 @@
     depends_lib-append \
         port:t1lib
     configure.args-append \
-        --with-t1lib=${prefix} \
+        --with-t1lib=${prefix}
 }
 
 destroot.args \

Modified: trunk/dports/lang/php52/Portfile
===================================================================
--- trunk/dports/lang/php52/Portfile	2009-08-30 11:42:34 UTC (rev 56575)
+++ trunk/dports/lang/php52/Portfile	2009-08-30 11:46:21 UTC (rev 56576)
@@ -355,7 +355,7 @@
     depends_lib-append \
         port:t1lib
     configure.args-append \
-        --with-t1lib=${prefix} \
+        --with-t1lib=${prefix}
 }
 
 variant suhosin description {Add Suhosin patch} {

Modified: trunk/dports/php/php5-gd/Portfile
===================================================================
--- trunk/dports/php/php5-gd/Portfile	2009-08-30 11:42:34 UTC (rev 56575)
+++ trunk/dports/php/php5-gd/Portfile	2009-08-30 11:46:21 UTC (rev 56576)
@@ -33,5 +33,5 @@
     depends_lib-append \
         port:t1lib
     configure.args-append \
-        --with-t1lib=${prefix} \
+        --with-t1lib=${prefix}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090830/3b135f6e/attachment.html>


More information about the macports-changes mailing list