aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libXrandr
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-03-12 02:21:29 +0800
committermarcus <marcus@FreeBSD.org>2004-03-12 02:21:29 +0800
commit024ecf7ef0064a4a4c880803a0ffff98e3e8b627 (patch)
tree6be62ceb19e50879cdd6411734637b22afe53d71 /x11/libXrandr
parent1488d961a7e993fd50b55cedcc2f6aaf0071ef55 (diff)
downloadfreebsd-ports-graphics-024ecf7ef0064a4a4c880803a0ffff98e3e8b627.tar.gz
freebsd-ports-graphics-024ecf7ef0064a4a4c880803a0ffff98e3e8b627.tar.zst
freebsd-ports-graphics-024ecf7ef0064a4a4c880803a0ffff98e3e8b627.zip
Add a missing build dependency on renderext.
Diffstat (limited to 'x11/libXrandr')
-rw-r--r--x11/libXrandr/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile
index f9206043ba6..3ad7584cc03 100644
--- a/x11/libXrandr/Makefile
+++ b/x11/libXrandr/Makefile
@@ -18,6 +18,7 @@ LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext \
${X11BASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/randr.pc:${PORTSDIR}/x11/randrext \
${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
+ ${X11BASE}/libdata/pkgconfig/render.pc:${PORTSDIR}/x11/renderext \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}