diff options
Diffstat (limited to 'print/pslib/Makefile')
-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 |