[53957] trunk/dports/sysutils/zmq/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Jul 17 00:57:59 PDT 2009
Revision: 53957
http://trac.macports.org/changeset/53957
Author: ryandesign at macports.org
Date: 2009-07-17 00:57:58 -0700 (Fri, 17 Jul 2009)
Log Message:
-----------
zmq: don't hardcode /opt/local; use $[prefix}
Modified Paths:
--------------
trunk/dports/sysutils/zmq/Portfile
Modified: trunk/dports/sysutils/zmq/Portfile
===================================================================
--- trunk/dports/sysutils/zmq/Portfile 2009-07-17 07:50:50 UTC (rev 53956)
+++ trunk/dports/sysutils/zmq/Portfile 2009-07-17 07:57:58 UTC (rev 53957)
@@ -34,5 +34,5 @@
variant ruby description {build Ruby language binding} {
depends_lib-append port:ruby
configure.args-append --with-ruby
- configure.args-append --with-ruby-headersdir=/opt/local/lib/ruby/1.8/i686-darwin9
+ configure.args-append --with-ruby-headersdir=${prefix}/lib/ruby/1.8/i686-darwin9
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090717/14b51d85/attachment.html>
More information about the macports-changes
mailing list