Modified: trunk/dports/graphics/libemf/Portfile (74028 => 74029)
--- trunk/dports/graphics/libemf/Portfile 2010-12-02 22:00:14 UTC (rev 74028)
+++ trunk/dports/graphics/libemf/Portfile 2010-12-02 22:26:24 UTC (rev 74029)
@@ -6,7 +6,7 @@
name libemf
version 1.0.4
platforms darwin
-supported_archs i386
+supported_archs i386 ppc
categories graphics
maintainers nomaintainer
description Enhanced Metafile Library
@@ -25,13 +25,8 @@
distname libEMF-${version}
use_autoreconf yes
+configure.cppflags-append -Xarch_ppc -D__PPC__=1
-platform powerpc {
- pre-fetch {
- return -code error "${name} does not work on ppc"
- }
-}
-
livecheck.type regex
livecheck.url http://sourceforge.net/projects/libemf/files/
livecheck.regex {libEMF-(\d+(?:\.\d+)*)}