diff --git editors/texstudio/Portfile editors/texstudio/Portfile
index 3f23b63..57fc45e 100644
|
|
extract.suffix .orig.tar.gz |
23 | 23 | checksums rmd160 e2b90518a60b4c70771a4885e920a324d68ceb60 \ |
24 | 24 | sha256 7f7ae53818d74a06fffef81e1aa9552badd85045a9953b13f28d15b393962015 |
25 | 25 | |
26 | | depends_lib-append port:poppler |
27 | | |
28 | | if {![file exists ${prefix}/lib/libpoppler-qt4.dylib]} { |
29 | | depends_lib-delete port:poppler |
30 | | pre-configure { |
31 | | ui_error " |
32 | | **** |
33 | | **** ${name} requires port poppler installed with the variants +qt4 +quartz. |
34 | | **** Please do the following then try installing ${name} again: |
35 | | **** |
36 | | **** sudo port install poppler +qt4 +quartz |
37 | | **** |
38 | | |
39 | | " |
40 | | return -code error "incompatible poppler installation" |
41 | | } |
42 | | } |
| 26 | depends_lib-append path:lib/libpoppler-qt4.dylib:poppler-qt4 |
43 | 27 | |
44 | 28 | pre-patch { |
45 | 29 | # DOS to UNIX line endings so we can patch |
diff --git gnustep/Etoile-devel/Portfile gnustep/Etoile-devel/Portfile
index 31ada0c..224c43d 100644
|
|
svn.url http://svn.gna.org/svn/etoile/trunk/Etoile |
29 | 29 | depends_lib port:SQLClient \ |
30 | 30 | path:bin/dbus-daemon:dbus \ |
31 | 31 | port:oniguruma5 \ |
32 | | port:poppler |
| 32 | path:lib/libpoppler.dylib:poppler |
33 | 33 | |
34 | 34 | worksrcdir Etoile |
35 | 35 | |
diff --git gnustep/Etoile/Portfile gnustep/Etoile/Portfile
index ce03846..ba58343 100644
|
|
svn.url http://svn.gna.org/svn/etoile/stable/Etoile |
24 | 24 | depends_lib port:SQLClient \ |
25 | 25 | path:bin/dbus-daemon:dbus \ |
26 | 26 | port:oniguruma5 \ |
27 | | port:poppler |
| 27 | path:lib/libpoppler.dylib:poppler |
28 | 28 | |
29 | 29 | worksrcdir ${name} |
30 | 30 | |
diff --git graphics/OpenSceneGraph-devel/Portfile graphics/OpenSceneGraph-devel/Portfile
index 886f799..f141b46 100644
|
|
depends_lib port:freetype \ |
38 | 38 | port:gdal \ |
39 | 39 | port:curl \ |
40 | 40 | path:lib/libavcodec.dylib:ffmpeg \ |
41 | | port:poppler \ |
| 41 | path:lib/libpoppler.dylib:poppler \ |
42 | 42 | port:librsvg \ |
43 | 43 | port:giflib \ |
44 | 44 | port:tiff \ |
diff --git graphics/OpenSceneGraph/Portfile graphics/OpenSceneGraph/Portfile
index b25f088..5d90262 100644
|
|
depends_lib port:freetype \ |
36 | 36 | port:gdal \ |
37 | 37 | port:curl \ |
38 | 38 | path:lib/libavcodec.dylib:ffmpeg \ |
39 | | port:poppler \ |
| 39 | path:lib/libpoppler.dylib:poppler \ |
40 | 40 | port:librsvg \ |
41 | 41 | port:giflib \ |
42 | 42 | port:tiff \ |
diff --git graphics/pdf2svg/Portfile graphics/pdf2svg/Portfile
index 0cd37f3..40f67ad 100644
|
|
checksums md5 59b3b9768166f73b77215e95d91f0a9d \ |
21 | 21 | |
22 | 22 | depends_build port:pkgconfig |
23 | 23 | depends_lib port:gtk2 \ |
24 | | port:poppler |
| 24 | path:lib/libpoppler.dylib:poppler |
25 | 25 | |
26 | 26 | patchfiles patch-pdf2svg.c.diff |
27 | 27 | |
diff --git python/py-poppler/Portfile python/py-poppler/Portfile
index 03e131f..9eb9d4a 100644
|
|
if {${name} ne ${subport}} { |
30 | 30 | depends_build-append \ |
31 | 31 | port:pkgconfig |
32 | 32 | depends_lib-append port:atk \ |
33 | | port:poppler \ |
| 33 | path:lib/libpoppler.dylib:poppler \ |
34 | 34 | port:py${python.version}-pygtk |
35 | 35 | |
36 | 36 | use_configure yes |