aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorcracauer <cracauer@FreeBSD.org>2010-02-13 05:39:10 +0800
committercracauer <cracauer@FreeBSD.org>2010-02-13 05:39:10 +0800
commitbc7919e02decd01412c9d06a454300f0d1984d7c (patch)
tree93991bfa3213d43808932d76add1495acbe45254 /x11-fonts
parentf6625d5f6549e1d0b60413b9e0b5d1a45beafe89 (diff)
downloadfreebsd-ports-gnome-bc7919e02decd01412c9d06a454300f0d1984d7c.tar.gz
freebsd-ports-gnome-bc7919e02decd01412c9d06a454300f0d1984d7c.tar.zst
freebsd-ports-gnome-bc7919e02decd01412c9d06a454300f0d1984d7c.zip
Add missing dependency. This fixes a configure-time error.
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/libXft/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile
index 696f58073d65..7600d803c604 100644
--- a/x11-fonts/libXft/Makefile
+++ b/x11-fonts/libXft/Makefile
@@ -13,6 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A client-sided font API for X applications
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS+= libfontconfig:x11-fonts/fontconfig
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig