diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-08 09:20:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-08 09:20:07 +0800 |
commit | 28b32f236157f4be25ceba7a0c5ace2ba49578f7 (patch) | |
tree | 0f16deb3f69279f0d337ce970db52cceda5e567b | |
parent | 921e972e700bdeadb89ebc2313efcdc84152485f (diff) | |
download | freebsd-ports-gnome-28b32f236157f4be25ceba7a0c5ace2ba49578f7.tar.gz freebsd-ports-gnome-28b32f236157f4be25ceba7a0c5ace2ba49578f7.tar.zst freebsd-ports-gnome-28b32f236157f4be25ceba7a0c5ace2ba49578f7.zip |
Add a missing dependency on xextensions.
Reported by: bento
-rw-r--r-- | x11/libXi/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/libXi/Makefile b/x11/libXi/Makefile index a0288d3f984d..f88398e27802 100644 --- a/x11/libXi/Makefile +++ b/x11/libXi/Makefile @@ -7,14 +7,15 @@ PORTNAME= libXi PORTVERSION= 6.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X Input extension 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/xextensions.pc:${PORTSDIR}/x11/xextensions BUILD_DEPENDS= ${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 <bsd.port.mk> |