diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-08 01:23:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-08 01:23:21 +0000 |
commit | f35b1c19d0c72b4fb1fcd813045f7cb53013ab4b (patch) | |
tree | 7655ea3c4c761743c5db92d9ba6b73dd2263cc13 /x11/libXcursor | |
parent | Add a missing dependency on libX11. (diff) |
Correct dependency in last commit.
Notes
Notes:
svn path=/head/; revision=100325
Diffstat (limited to 'x11/libXcursor')
-rw-r--r-- | x11/libXcursor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index 68e46cfda15e..80c752084d8f 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -15,7 +15,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X client-side cursor loading library LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ - ${X11BASE}/libdata/pkgconfig/xrender.pc + ${X11BASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} |