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/Makefile | |
parent | cf375e609df7bc45814079a51fca0a31769ae2b3 (diff) |
Notes
Diffstat (limited to 'x11/libXcursor/Makefile')
-rw-r--r-- | x11/libXcursor/Makefile | 7 |
1 files changed, 3 insertions, 4 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> |