diff --git a/dports/graphics/inkscape-devel/Portfile b/dports/graphics/inkscape-devel/Portfile
index 8061d1b..a62f72c 100644
a
|
b
|
depends_lib port:boehmgc \ |
54 | 54 | # |
55 | 55 | |
56 | 56 | depends_lib-append \ |
57 | | port:py26-lxml \ |
58 | | port:py26-numpy \ |
59 | | port:py26-xml |
| 57 | port:py27-lxml \ |
| 58 | port:py27-numpy \ |
| 59 | port:py27-xml |
60 | 60 | |
61 | 61 | pre-fetch { |
62 | 62 | ui_msg "---> Fetching source from bzr repository: this may take a while" |
… |
… |
configure.args --with-xft \ |
73 | 73 | --enable-poppler-cairo \ |
74 | 74 | --enable-dbusapi |
75 | 75 | |
76 | | configure.python ${prefix}/bin/python2.6 |
| 76 | configure.python ${prefix}/bin/python2.7 |
77 | 77 | |
78 | 78 | configure.cppflags-append \ |
79 | 79 | -I${worksrcpath}/src/extension/script |
… |
… |
variant enable_debugging conflicts disable_debugging description {Enable debuggi |
95 | 95 | } |
96 | 96 | |
97 | 97 | post-patch { |
98 | | reinplace "s|\"python-interpreter\", \"python\"|\"python-interpreter\", \"python2.6\"|g" ${worksrcpath}/src/extension/implementation/script.cpp |
| 98 | reinplace "s|\"python-interpreter\", \"python\"|\"python-interpreter\", \"python2.7\"|g" ${worksrcpath}/src/extension/implementation/script.cpp |
99 | 99 | reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.h |
100 | 100 | reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.cpp |
101 | 101 | } |