Date: Fri, 8 Nov 2019 02:10:04 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517022 - head/print/pslib Message-ID: <201911080210.xA82A4Yo062577@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Fri Nov 8 02:10:04 2019 New Revision: 517022 URL: https://svnweb.freebsd.org/changeset/ports/517022 Log: 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. Modified: head/print/pslib/Makefile Modified: head/print/pslib/Makefile ============================================================================== --- head/print/pslib/Makefile Fri Nov 8 00:55:26 2019 (r517021) +++ head/print/pslib/Makefile Fri Nov 8 02:10:04 2019 (r517022) @@ -13,7 +13,8 @@ COMMENT= C-library for generating multi page PostScrip 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911080210.xA82A4Yo062577>