aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-08 09:23:21 +0800
committermarcus <marcus@FreeBSD.org>2004-02-08 09:23:21 +0800
commit6bdbd8c4f5faa3650c9d9e1d06fc36ca84ea3901 (patch)
tree705bac6a3f33cba38a9ef4efdd9724dc1349f4b1 /x11
parent7fbcdd9054b2b3e41fcb30d7aee8f83b617c6749 (diff)
downloadfreebsd-ports-graphics-6bdbd8c4f5faa3650c9d9e1d06fc36ca84ea3901.tar.gz
freebsd-ports-graphics-6bdbd8c4f5faa3650c9d9e1d06fc36ca84ea3901.tar.zst
freebsd-ports-graphics-6bdbd8c4f5faa3650c9d9e1d06fc36ca84ea3901.zip
Correct dependency in last commit.
Diffstat (limited to 'x11')
-rw-r--r--x11/libXcursor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile
index 68e46cfda15..80c752084d8 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}