aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-08 09:18:02 +0800
committermarcus <marcus@FreeBSD.org>2004-02-08 09:18:02 +0800
commit921e972e700bdeadb89ebc2313efcdc84152485f (patch)
tree82a8ae62b8cddcc24cccb34d3a8c1efbdd5027f4 /x11
parentf2ede9b4c914247b1bd9e2c08de15881e10a0357 (diff)
downloadfreebsd-ports-gnome-921e972e700bdeadb89ebc2313efcdc84152485f.tar.gz
freebsd-ports-gnome-921e972e700bdeadb89ebc2313efcdc84152485f.tar.zst
freebsd-ports-gnome-921e972e700bdeadb89ebc2313efcdc84152485f.zip
Add a missing dependency on xproto.
Reported by: bento
Diffstat (limited to 'x11')
-rw-r--r--x11/libXfixes/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/libXfixes/Makefile b/x11/libXfixes/Makefile
index f482250b6e1a..872be57791b3 100644
--- a/x11/libXfixes/Makefile
+++ b/x11/libXfixes/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libXfixes
PORTVERSION= 2.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
@@ -16,6 +16,7 @@ COMMENT= X Fixes extension library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/fixesext.pc:${PORTSDIR}/x11/fixesext \
+ ${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>