[42750] trunk/dports/graphics

toby at macports.org toby at macports.org
Sun Nov 30 08:05:27 PST 2008


Revision: 42750
          http://trac.macports.org/changeset/42750
Author:   toby at macports.org
Date:     2008-11-30 08:05:26 -0800 (Sun, 30 Nov 2008)
Log Message:
-----------
libemf: indicate that it doesn't work on ppc
pstoedit: remove libemf dependency when building on ppc

(untested fix, have no ppc hardware)

Modified Paths:
--------------
    trunk/dports/graphics/libemf/Portfile
    trunk/dports/graphics/pstoedit/Portfile

Modified: trunk/dports/graphics/libemf/Portfile
===================================================================
--- trunk/dports/graphics/libemf/Portfile	2008-11-30 15:55:26 UTC (rev 42749)
+++ trunk/dports/graphics/libemf/Portfile	2008-11-30 16:05:26 UTC (rev 42750)
@@ -21,3 +21,8 @@
 master_sites	http://downloads.sourceforge.net/pstoedit
 distname	libEMF-${version}
 
+platform powerpc {
+	pre-fetch {
+		return -code error "${name} does not work on ppc"
+	}
+}

Modified: trunk/dports/graphics/pstoedit/Portfile
===================================================================
--- trunk/dports/graphics/pstoedit/Portfile	2008-11-30 15:55:26 UTC (rev 42749)
+++ trunk/dports/graphics/pstoedit/Portfile	2008-11-30 16:05:26 UTC (rev 42750)
@@ -44,3 +44,6 @@
    depends_lib-append   port:dlcompat
 }
 
+platform powerpc {
+   depends_lib-delete   port:libemf
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081130/57d413e3/attachment.html>


More information about the macports-changes mailing list