diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-22 18:49:47 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-22 18:49:47 +0000 |
commit | e503e0012de77fae47dcd5ee974a6c0629251215 (patch) | |
tree | f47410b6c15b91db0f7c5cea24aff2c8182d9d3f /x11/libXcursor | |
parent | 3db9a84cf979d68b78895ea16ff99bf555459689 (diff) | |
download | FreeBSD-ports-e503e0012de77fae47dcd5ee974a6c0629251215.zip FreeBSD-ports-e503e0012de77fae47dcd5ee974a6c0629251215.tar.gz |
Add a missing BUILD_DEPENDS on renderext.
Reported by: bento via kris
Diffstat (limited to 'x11/libXcursor')
-rw-r--r-- | x11/libXcursor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index d0c8a63..c3f7b17 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} |