[105710] trunk/dports/graphics/inkscape/Portfile

devans at macports.org devans at macports.org
Thu May 2 23:02:42 PDT 2013


Revision: 105710
          https://trac.macports.org/changeset/105710
Author:   devans at macports.org
Date:     2013-05-02 23:02:42 -0700 (Thu, 02 May 2013)
Log Message:
-----------
inkscape: disable deprecated gnome-vfs, add missing dependency on popt.

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

Modified: trunk/dports/graphics/inkscape/Portfile
===================================================================
--- trunk/dports/graphics/inkscape/Portfile	2013-05-03 05:57:05 UTC (rev 105709)
+++ trunk/dports/graphics/inkscape/Portfile	2013-05-03 06:02:42 UTC (rev 105710)
@@ -6,7 +6,7 @@
 name            inkscape
 conflicts       inkscape-devel
 version         0.48.4
-revision        5
+revision        6
 license         GPL-2 LGPL-2.1
 maintainers     devans
 categories      graphics gnome
@@ -33,10 +33,10 @@
                 port:intltool \
                 path:bin/perl:perl5
 
-depends_lib     path:lib/libgc.dylib:boehmgc \
+depends_lib     port:popt \
+                path:lib/libgc.dylib:boehmgc \
                 port:gsl \
                 port:gtkmm \
-                port:gnome-vfs \
                 port:lcms \
                 port:libpng \
                 port:poppler \
@@ -92,7 +92,7 @@
 # intltool needs to be run with the correct version of perl
 configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
 
-configure.args  --with-gnome-vfs \
+configure.args  --without-gnome-vfs \
                 --with-python \
                 --enable-lcms \
                 --enable-poppler-cairo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130502/cad0745b/attachment-0001.html>


More information about the macports-changes mailing list