aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2021-07-13 04:46:54 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2021-07-13 04:46:54 +0000
commitb3ac7d80ebd67f7e2905f76a4a1ce2255c76b7f6 (patch)
tree7ab1444ebee25a4efd89d17dc3787e8534e8362b
parentb6f59eeeccee057b3f82daab269cc6f84b904eb6 (diff)
downloadports-b3ac7d80ebd67f7e2905f76a4a1ce2255c76b7f6.tar.gz
ports-b3ac7d80ebd67f7e2905f76a4a1ce2255c76b7f6.zip
devel/cvsgraph: add depends for more features
-rw-r--r--devel/cvsgraph/Makefile11
1 files 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