diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-12 02:14:35 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-12 02:14:35 +0800 |
commit | fcaa79c5608affa5d63205d3f343cf653d3939f3 (patch) | |
tree | a189afbcf918e9bacc2034e797002ed0168fa20b /x11/libXcursor | |
parent | b01a6412255e04a49bd96d0ee40b836fb9aeed1b (diff) | |
download | freebsd-ports-gnome-fcaa79c5608affa5d63205d3f343cf653d3939f3.tar.gz freebsd-ports-gnome-fcaa79c5608affa5d63205d3f343cf653d3939f3.tar.zst freebsd-ports-gnome-fcaa79c5608affa5d63205d3f343cf653d3939f3.zip |
Add a missing dependency on libXfixes.
PR: 64038
Submitted by: michael johnson <ahze@ahze.net>
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} |