diff --git graphics/graphviz-devel/Portfile graphics/graphviz-devel/Portfile
index d356cb1..7dd57ee 100644
|
|
depends_lib port:jpeg \ |
57 | 57 | port:libtool \ |
58 | 58 | port:zlib \ |
59 | 59 | port:gettext \ |
60 | | port:poppler |
| 60 | path:lib/libpoppler.dylib:poppler |
61 | 61 | |
62 | 62 | depends_run port:urw-fonts |
63 | 63 | |
diff --git graphics/graphviz/Portfile graphics/graphviz/Portfile
index 87f6a85..cc4524d 100644
|
|
depends_lib port:jpeg \ |
57 | 57 | port:libtool \ |
58 | 58 | port:zlib \ |
59 | 59 | port:gettext \ |
60 | | port:poppler |
| 60 | path:lib/libpoppler.dylib:poppler |
61 | 61 | |
62 | 62 | depends_run port:urw-fonts |
63 | 63 | |
diff --git x11/xournal/Portfile x11/xournal/Portfile
index dc9a5fc..ce0a9d3 100644
|
|
checksums rmd160 7735e37ba07c57fb89231a2a27cf6357490af699 \ |
26 | 26 | depends_build port:pkgconfig |
27 | 27 | |
28 | 28 | depends_lib port:libgnomecanvas \ |
29 | | port:poppler \ |
| 29 | path:lib/libpoppler.dylib:poppler \ |
30 | 30 | port:zlib |
31 | 31 | |
32 | 32 | configure.ldflags-append -lz |