From 9021289b7f693e4e9750f040e2c85471379c5f59 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 8 Feb 2004 01:29:59 +0000 Subject: Add a missing dependency on xproto. Reported by: bento --- x11-toolkits/libXt/Makefile | 7 +++---- x11/libXv/Makefile | 5 ++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index e40253112d94..792eb43975e6 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -7,7 +7,7 @@ PORTNAME= libXt PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ @@ -15,7 +15,8 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X Toolkit library LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 -BUILD_DEPENDS= ${LIB_PC_DEPENDS} +BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ + ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} USE_BZIP2= yes @@ -28,6 +29,4 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig -BROKEN= Does not compile - .include diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index 755347e9e6e3..de70655aef35 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -7,7 +7,7 @@ PORTNAME= libXv PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ @@ -16,6 +16,7 @@ COMMENT= X Video Extension library LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \ + ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} @@ -29,6 +30,4 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig -BROKEN= Does not compile - .include -- cgit