diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-08 01:10:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-08 01:10:12 +0000 |
commit | d6e0e68faea21d835fa83101d49ba5b3f6476e75 (patch) | |
tree | 841adb62520d7740a287ce6c5ee079dc950f8efb /x11/libXcursor | |
parent | cf375e609df7bc45814079a51fca0a31769ae2b3 (diff) | |
download | ports-d6e0e68faea21d835fa83101d49ba5b3f6476e75.tar.gz ports-d6e0e68faea21d835fa83101d49ba5b3f6476e75.zip |
Notes
Diffstat (limited to 'x11/libXcursor')
-rw-r--r-- | x11/libXcursor/Makefile | 7 | ||||
-rw-r--r-- | x11/libXcursor/pkg-plist | 2 |
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 |