Date: Tue, 13 Jul 2021 04:47:14 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b3ac7d80ebd6 - main - devel/cvsgraph: add depends for more features Message-ID: <202107130447.16D4lE84050679@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3ac7d80ebd67f7e2905f76a4a1ce2255c76b7f6 commit b3ac7d80ebd67f7e2905f76a4a1ce2255c76b7f6 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2021-07-13 04:46:54 +0000 Commit: Dirk Meyer <dinoex@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107130447.16D4lE84050679>