[60602] trunk/dports/graphics/pstoedit/Portfile

snc at macports.org snc at macports.org
Mon Nov 16 09:55:16 PST 2009


Revision: 60602
          http://trac.macports.org/changeset/60602
Author:   snc at macports.org
Date:     2009-11-16 09:55:16 -0800 (Mon, 16 Nov 2009)
Log Message:
-----------
remove libemf, disable parallel build, ticket #22500

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

Modified: trunk/dports/graphics/pstoedit/Portfile
===================================================================
--- trunk/dports/graphics/pstoedit/Portfile	2009-11-16 17:54:17 UTC (rev 60601)
+++ trunk/dports/graphics/pstoedit/Portfile	2009-11-16 17:55:16 UTC (rev 60602)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -4,25 +5,24 @@
 
 name                pstoedit
 version             3.45
-revision            3
+revision            4
 categories          graphics
 maintainers         nomaintainer
 description         Translate PostScript and PDF to other vector formats
 long_description \
-   pstoedit converts PostScript(TM) and PDF files to other vector graphic \
+   pstoedit converts PostScript™ and PDF files to other vector graphic \
    formats so that they can be edited graphically.
 
 platforms           darwin
 
-homepage            http://www.pstoedit.net/
-master_sites        sourceforge:pstoedit
+homepage            http://www.pstoedit.net
+master_sites        sourceforge
 
 checksums           md5 071efc64d9edf5d942b407348ac7451d
 
 depends_lib         port:ImageMagick \
                     port:plotutils \
                     port:libpng \
-                    port:libemf \
                     port:zlib
 depends_run         port:ghostscript
 
@@ -30,6 +30,8 @@
 
 configure.cppflags-append   "-Wno-long-long"
 
+use_parallel_build  no
+
 post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/man/man1 \
       ${destroot}${prefix}/share/doc/${name}
@@ -39,7 +41,3 @@
       [glob ${worksrcpath}/doc/*.tex] [glob ${worksrcpath}/doc/*.txt] \
       ${destroot}${prefix}/share/doc/${name}
 }
-
-platform powerpc {
-   depends_lib-delete   port:libemf
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091116/7af66428/attachment.html>


More information about the macports-changes mailing list