summaryrefslogtreecommitdiff
path: root/x11/libXcursor
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-11 18:14:35 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-11 18:14:35 +0000
commit35f27ccac19ba898fbe30dacf1b6c5688d6c9988 (patch)
treec75efbdbc8fd0534c32932f54827de619fb4941a /x11/libXcursor
parentremove vid 3ca8dd7a-6fb3-11d8-873f-0020ed76ef5a, since the unsafe call (diff)
Add a missing dependency on libXfixes.
PR: 64038 Submitted by: michael johnson <ahze@ahze.net>
Notes
Notes: svn path=/head/; revision=103671
Diffstat (limited to 'x11/libXcursor')
-rw-r--r--x11/libXcursor/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile
index 80c752084d8f..61515e70c8c0 100644
--- a/x11/libXcursor/Makefile
+++ b/x11/libXcursor/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libXcursor
PORTVERSION= 1.1.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
@@ -15,7 +15,8 @@ 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:${PORTSDIR}/x11/libXrender
+ ${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 \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}