aboutsummaryrefslogtreecommitdiff
path: root/x11/libXcursor
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-08 01:23:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-08 01:23:21 +0000
commitf35b1c19d0c72b4fb1fcd813045f7cb53013ab4b (patch)
tree7655ea3c4c761743c5db92d9ba6b73dd2263cc13 /x11/libXcursor
parent9da5d658cfce5846046ab89e550734b76b97fbdc (diff)
downloadports-f35b1c19d0c72b4fb1fcd813045f7cb53013ab4b.tar.gz
ports-f35b1c19d0c72b4fb1fcd813045f7cb53013ab4b.zip
Correct dependency in last commit.
Notes
Notes: svn path=/head/; revision=100325
Diffstat (limited to 'x11/libXcursor')
-rw-r--r--x11/libXcursor/Makefile2
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}