From ee8e4fcc89a2d0e5b4f6b3b1f2805c37a5a9861b Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 11 May 2004 08:16:17 +0000 Subject: Correct dependencies (libXext is required). Reported by: bento via kris --- x11/libXp/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'x11') diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile index 05794095e9bf..340b9d35bd82 100644 --- a/x11/libXp/Makefile +++ b/x11/libXp/Makefile @@ -14,10 +14,9 @@ DISTNAME= X11R6.7.0-src1 MAINTAINER= x11@FreeBSD.org COMMENT= X print library -LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ +LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libX11 \ ${X11BASE}/include/X11/extensions/Print.h:${PORTSDIR}/x11/printext -BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ - ${LIB_PC_DEPENDS} +BUILD_DEPENDS= ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} CONFLICTS= XFree86-libraries-* -- cgit v1.2.3