summaryrefslogtreecommitdiff
path: root/x11/libX11
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-03 17:52:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-03 17:52:08 +0000
commitc8a1c59a11edcce371dea6873b984ec16d9e82c6 (patch)
tree282be3bc310ce7976e9104e921f90822990165a2 /x11/libX11
parentAdd a dependency on the XML DocBook files. (diff)
Add a missing dependency on xproto.
Reported by: bento
Notes
Notes: svn path=/head/; revision=99889
Diffstat (limited to 'x11/libX11')
-rw-r--r--x11/libX11/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index 35050a731dbc..892efce71266 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libX11
PORTVERSION= 6.2.1
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
@@ -16,6 +17,7 @@ COMMENT= X11 library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xau.pc:${PORTSDIR}/x11/libXau
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \
${X11BASE}/libdata/pkgconfig/xtrans.pc:${PORTSDIR}/x11/libXtrans \
+ ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}