[36089] trunk/dports/gnome/inkscape/Portfile

gui_dos at macports.org gui_dos at macports.org
Thu Apr 17 09:16:03 PDT 2008


Revision: 36089
          http://trac.macosforge.org/projects/macports/changeset/36089
Author:   gui_dos at macports.org
Date:     2008-04-17 09:16:01 -0700 (Thu, 17 Apr 2008)

Log Message:
-----------
inkscape:
* Add dependency on py25-lxml
* Enforcing the python interpreter to ${prefix}/bin/python2.5 doesn't
  work anymore: 'python2.5' in $PATH should work, though.

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

Modified: trunk/dports/gnome/inkscape/Portfile
===================================================================
--- trunk/dports/gnome/inkscape/Portfile	2008-04-17 16:08:08 UTC (rev 36088)
+++ trunk/dports/gnome/inkscape/Portfile	2008-04-17 16:16:01 UTC (rev 36089)
@@ -36,7 +36,8 @@
 		port:dbus-glib \
 		port:py25-xml \
 		port:libcroco \
-		port:py25-numpy
+		port:py25-numpy \
+		port:py25-lxml
 
 patchfiles	patch-configure.diff
 
@@ -71,6 +72,6 @@
 }
 
 post-patch {
-	reinplace "s|\"python-interpreter\", \"python\"|\"python-interpreter\", \"${prefix}/bin/python2.5\"|g" ${worksrcpath}/src/extension/implementation/script.cpp
+	reinplace "s|\"python-interpreter\", \"python\"|\"python-interpreter\", \"python2.5\"|g" ${worksrcpath}/src/extension/implementation/script.cpp
 	reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.h
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080417/bf302fa1/attachment.html


More information about the macports-changes mailing list