summaryrefslogtreecommitdiff
path: root/x11/libXcursor
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-22 18:49:47 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-22 18:49:47 +0000
commitea08d9812fb80cb2ec251d962cc3f109cb0846ab (patch)
tree95742ec04a3c33746446fc1876f927d472ed67dc /x11/libXcursor
parentFix build with freetype2-2.1.7. (diff)
Add a missing BUILD_DEPENDS on renderext.
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=104968
Diffstat (limited to 'x11/libXcursor')
-rw-r--r--x11/libXcursor/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile
index d0c8a6399b0f..c3f7b1783f36 100644
--- a/x11/libXcursor/Makefile
+++ b/x11/libXcursor/Makefile
@@ -18,6 +18,7 @@ LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
${X11BASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender \
${X11BASE}/libdata/pkgconfig/xfixes.pc:${PORTSDIR}/x11/libXfixes
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
+ ${X11BASE}/libdata/pkgconfig/render.pc:${PORTSDIR}/x11/renderext \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}