svn commit: r517022 - head/print/pslib

Alexey Dokuchaev danfe at FreeBSD.org
Fri Nov 8 02:10:05 UTC 2019


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


More information about the svn-ports-all mailing list