[37673] trunk/dports/lang/ruby/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Wed Jun 18 10:39:04 PDT 2008


Revision: 37673
          http://trac.macosforge.org/projects/macports/changeset/37673
Author:   pguyot at kallisys.net
Date:     2008-06-18 10:39:02 -0700 (Wed, 18 Jun 2008)

Log Message:
-----------
lang/ruby: fixed the include path

Modified Paths:
--------------
    trunk/dports/lang/ruby/Portfile

Modified: trunk/dports/lang/ruby/Portfile
===================================================================
--- trunk/dports/lang/ruby/Portfile	2008-06-18 17:17:23 UTC (rev 37672)
+++ trunk/dports/lang/ruby/Portfile	2008-06-18 17:39:02 UTC (rev 37673)
@@ -4,6 +4,7 @@
 
 name			ruby
 version			1.8.7-p17
+revision		1
 
 categories		lang ruby
 maintainers		pguyot at kallisys.net openmaintainer
@@ -44,7 +45,8 @@
 configure.args	--enable-shared \
 				--mandir="${prefix}/share/man" \
 				--enable-pthread \
-				--without-tk
+				--without-tk \
+				--with-vendordir=${prefix}/lib/ruby/vendor_ruby
 
 destroot.target	install install-doc
 post-destroot {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080618/c41a7b31/attachment.htm 


More information about the macports-changes mailing list