git: b3ac7d80ebd6 - main - devel/cvsgraph: add depends for more features

Dirk Meyer dinoex at FreeBSD.org
Tue Jul 13 04:47:15 UTC 2021


The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b3ac7d80ebd67f7e2905f76a4a1ce2255c76b7f6

commit b3ac7d80ebd67f7e2905f76a4a1ce2255c76b7f6
Author:     Dirk Meyer <dinoex at FreeBSD.org>
AuthorDate: 2021-07-13 04:46:54 +0000
Commit:     Dirk Meyer <dinoex at FreeBSD.org>
CommitDate: 2021-07-13 04:46:54 +0000

    devel/cvsgraph: add depends for more features
---
 devel/cvsgraph/Makefile | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile
index 037e61c97063..c6a290f0bfed 100644
--- a/devel/cvsgraph/Makefile
+++ b/devel/cvsgraph/Makefile
@@ -12,9 +12,14 @@ COMMENT=	Graph the life story of a file under CVS or RCS
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libgd.so:graphics/gd
-
-USES=		localbase:ldflags
+LIB_DEPENDS=	libgd.so:graphics/gd \
+		libpng16.so:graphics/png \
+		libtiff.so:graphics/tiff \
+		libwebp.so:graphics/webp \
+		libfreetype.so:print/freetype2 \
+		libfontconfig.so:x11-fonts/fontconfig
+
+USES=		localbase:ldflags jpeg
 SUB_FILES=	pkg-message
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-lm


More information about the dev-commits-ports-main mailing list