summaryrefslogtreecommitdiff
path: root/x11/libXcomposite
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-22 06:11:15 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-22 06:11:15 +0000
commitbfb5a4feedb1c710c8d644ade4948d57d8605ea3 (patch)
tree3b42a257368d416b89b59bbb812e3ecca8ee3b73 /x11/libXcomposite
parentChange BROKEN to FORBIDDEN to prevent the package build (diff)
Add a missing dependency on xproto.
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=101686
Diffstat (limited to 'x11/libXcomposite')
-rw-r--r--x11/libXcomposite/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libXcomposite/Makefile b/x11/libXcomposite/Makefile
index c82fb6577dc7..4e2142317a7d 100644
--- a/x11/libXcomposite/Makefile
+++ b/x11/libXcomposite/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libXcomposite
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
@@ -16,6 +16,7 @@ COMMENT= X Composite extension library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xfixes.pc:${PORTSDIR}/x11/libXfixes
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/compositeext.pc:${PORTSDIR}/x11/compositeext \
+ ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}