[61606] trunk/dports/gnome/dia/Portfile
jann at macports.org
jann at macports.org
Wed Dec 16 12:52:20 PST 2009
Revision: 61606
http://trac.macports.org/changeset/61606
Author: jann at macports.org
Date: 2009-12-16 12:52:17 -0800 (Wed, 16 Dec 2009)
Log Message:
-----------
Remove libEMF dependency as it doesn't work on Snow Leopard and is no longer being maintained. See ticket #21234
Modified Paths:
--------------
trunk/dports/gnome/dia/Portfile
Modified: trunk/dports/gnome/dia/Portfile
===================================================================
--- trunk/dports/gnome/dia/Portfile 2009-12-16 20:24:23 UTC (rev 61605)
+++ trunk/dports/gnome/dia/Portfile 2009-12-16 20:52:17 UTC (rev 61606)
@@ -39,7 +39,6 @@
path:lib/pkgconfig/cairo.pc:cairo \
port:freetype \
port:libart_lgpl \
- port:libemf \
port:libpng \
port:libxml2 \
port:libxslt \
@@ -52,20 +51,9 @@
configure.args \
--with-cairo \
+ --disable-libemf \
--with-xslt-prefix=${prefix}
-configure.cppflags-append -I${prefix}/include/libEMF
-
-#
-# don't depend on libemf on powerpc platforms
-# since it will only build on intel
-#
-
-platform powerpc {
- depends_lib-delete port:libemf
- configure.cppflags-delete -I${prefix}/include/libEMF
-}
-
livecheck.type regex
livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/[lindex [split ${version} -] 0]/
livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*(?:-pre\d)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091216/bf1fb958/attachment.html>
More information about the macports-changes
mailing list