diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-11-08 02:10:04 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-11-08 02:10:04 +0000 |
commit | 280a1e0b058bd26f234bd68cba2b03a0b7653418 (patch) | |
tree | 182531bbc50b2468d3afd268252464d43ebf2311 | |
parent | f7f7c24a82e8a2f19e8da325fb8c650a4b863aff (diff) | |
download | ports-280a1e0b058bd26f234bd68cba2b03a0b7653418.tar.gz ports-280a1e0b058bd26f234bd68cba2b03a0b7653418.zip |
Notes
-rw-r--r-- | print/pslib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile index fa0cd27419c1..3a050bf19ab3 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -13,7 +13,8 @@ COMMENT= C-library for generating multi page PostScript documents LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libpng.so:graphics/png \ +LIB_DEPENDS= libgif.so:graphics/giflib \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff USES= gettext gmake gnome jpeg libtool localbase pathfix pkgconfig |