summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-08 01:10:12 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-08 01:10:12 +0000
commitd6e0e68faea21d835fa83101d49ba5b3f6476e75 (patch)
tree841adb62520d7740a287ce6c5ee079dc950f8efb
parentBROKEN with perl 5.8: Does not compile (diff)
Add a missing dependency on libXrender, and add a missing '\n' to the end of
the pkg-plist.
Notes
Notes: svn path=/head/; revision=100320
-rw-r--r--x11/libXcursor/Makefile7
-rw-r--r--x11/libXcursor/pkg-plist2
2 files changed, 4 insertions, 5 deletions
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 <bsd.port.mk>
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