diff options
author | anholt <anholt@FreeBSD.org> | 2004-05-08 13:23:07 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-05-08 13:23:07 +0800 |
commit | 085c8d965386165e263ddaf40e87591aa737b90c (patch) | |
tree | 5db33942f667f03e5756b5caa3c7b1f27866c235 /x11/libXinerama | |
parent | 96db1e14e188d05bdec613b806e132f0cba19439 (diff) | |
download | freebsd-ports-gnome-085c8d965386165e263ddaf40e87591aa737b90c.tar.gz freebsd-ports-gnome-085c8d965386165e263ddaf40e87591aa737b90c.tar.zst freebsd-ports-gnome-085c8d965386165e263ddaf40e87591aa737b90c.zip |
Add missing libXext dependency
Reported by: kris (bento)
Diffstat (limited to 'x11/libXinerama')
-rw-r--r-- | x11/libXinerama/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libXinerama/Makefile b/x11/libXinerama/Makefile index 04f7e56807e7..ab58435adc22 100644 --- a/x11/libXinerama/Makefile +++ b/x11/libXinerama/Makefile @@ -7,13 +7,15 @@ PORTNAME= libXinerama PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X11 Xinerama 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/xext.pc:${PORTSDIR}/x11/libXext BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \ ${LIB_PC_DEPENDS} |