[45634] trunk/dports/devel/physfs/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 18 23:15:43 PST 2009


Revision: 45634
          http://trac.macports.org/changeset/45634
Author:   jeremyhu at macports.org
Date:     2009-01-18 23:15:43 -0800 (Sun, 18 Jan 2009)
Log Message:
-----------
physfs: build +universal

Modified Paths:
--------------
    trunk/dports/devel/physfs/Portfile

Modified: trunk/dports/devel/physfs/Portfile
===================================================================
--- trunk/dports/devel/physfs/Portfile	2009-01-19 07:13:52 UTC (rev 45633)
+++ trunk/dports/devel/physfs/Portfile	2009-01-19 07:15:43 UTC (rev 45634)
@@ -20,6 +20,8 @@
 
 checksums       md5 d0bd118c6b55fb1e020fe982d6ec6957
 
+depends_build	port:libtool
+
 depends_lib     port:readline
 
 platform darwin 8 {
@@ -30,6 +32,10 @@
     configure.ldflags-append    "-lreadline"
 }
 
+post-configure {
+	file copy -force ${prefix}/bin/glibtool ${worksrcpath}/libtool
+}
+
 livecheck.check regex
 livecheck.url   $master_sites
 livecheck.regex $name-(1\\.\[02468\](?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090118/94726e31/attachment.html>


More information about the macports-changes mailing list