From 280a1e0b058bd26f234bd68cba2b03a0b7653418 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Fri, 8 Nov 2019 02:10:04 +0000 Subject: Register dependency on `graphics/giflib': while it is typically picked up automatically, making it explicit makes built packages less affected by the particular environment and thus more robust. --- print/pslib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'print/pslib') 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 -- cgit v1.2.3