diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-11 18:14:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-11 18:14:35 +0000 |
commit | 35f27ccac19ba898fbe30dacf1b6c5688d6c9988 (patch) | |
tree | c75efbdbc8fd0534c32932f54827de619fb4941a /x11/libXcursor | |
parent | 0cfe05faa8780cf15a507aeddbb14acf089913ae (diff) | |
download | ports-35f27ccac19ba898fbe30dacf1b6c5688d6c9988.tar.gz ports-35f27ccac19ba898fbe30dacf1b6c5688d6c9988.zip |
Notes
Diffstat (limited to 'x11/libXcursor')
-rw-r--r-- | x11/libXcursor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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} |