diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-22 18:49:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-22 18:49:47 +0000 |
commit | ea08d9812fb80cb2ec251d962cc3f109cb0846ab (patch) | |
tree | 95742ec04a3c33746446fc1876f927d472ed67dc /x11/libXcursor/Makefile | |
parent | bf9dea32684cee2c74a2a749b71aa63534520b7e (diff) |
Notes
Diffstat (limited to 'x11/libXcursor/Makefile')
-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 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} |