From d6e0e68faea21d835fa83101d49ba5b3f6476e75 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 8 Feb 2004 01:10:12 +0000 Subject: Add a missing dependency on libXrender, and add a missing '\n' to the end of the pkg-plist. --- x11/libXcursor/Makefile | 7 +++---- x11/libXcursor/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'x11/libXcursor') diff --git a/x11/libXcursor/Makefile b/x11/libXcursor/Makefile index a0721d314755..68e46cfda15e 100644 --- a/x11/libXcursor/Makefile +++ b/x11/libXcursor/Makefile @@ -7,14 +7,15 @@ PORTNAME= libXcursor PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X client-side cursor loading library -LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 +LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ + ${X11BASE}/libdata/pkgconfig/xrender.pc BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} @@ -30,6 +31,4 @@ MAN3= Xcursor.3 INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig -BROKEN= Does not compile - .include diff --git a/x11/libXcursor/pkg-plist b/x11/libXcursor/pkg-plist index 2207738f94d4..bfbe4c49ada2 100644 --- a/x11/libXcursor/pkg-plist +++ b/x11/libXcursor/pkg-plist @@ -3,4 +3,4 @@ lib/libXcursor.a lib/libXcursor.la lib/libXcursor.so lib/libXcursor.so.1 -libdata/pkgconfig/xcursor.pc \ No newline at end of file +libdata/pkgconfig/xcursor.pc -- cgit v1.2.3