From 987448a8b5df74cac543a4683ee160131bcd5a12 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sat, 8 May 2004 05:23:07 +0000 Subject: Add missing libXext dependency Reported by: kris (bento) --- x11/libXinerama/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3