diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-11 18:21:29 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-11 18:21:29 +0000 |
commit | 024ecf7ef0064a4a4c880803a0ffff98e3e8b627 (patch) | |
tree | 6be62ceb19e50879cdd6411734637b22afe53d71 /x11/libXrandr/Makefile | |
parent | 1488d961a7e993fd50b55cedcc2f6aaf0071ef55 (diff) | |
download | FreeBSD-ports-024ecf7ef0064a4a4c880803a0ffff98e3e8b627.zip FreeBSD-ports-024ecf7ef0064a4a4c880803a0ffff98e3e8b627.tar.gz |
Add a missing build dependency on renderext.
Diffstat (limited to 'x11/libXrandr/Makefile')
-rw-r--r-- | x11/libXrandr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile index f920604..3ad7584 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} |