From fcaa79c5608affa5d63205d3f343cf653d3939f3 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 11 Mar 2004 18:14:35 +0000 Subject: Add a missing dependency on libXfixes. PR: 64038 Submitted by: michael johnson --- x11/libXcursor/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11') 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} -- cgit