aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libX11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-04 01:52:08 +0800
committermarcus <marcus@FreeBSD.org>2004-02-04 01:52:08 +0800
commit33917e16853770e172454b02ce804a5d8d8814a0 (patch)
tree4fc850c41bd969f0a0dabb036d0aa68365cc8588 /x11/libX11
parent1942493ea33ac177cbc5e25976ccd7ab5ddbbeda (diff)
downloadfreebsd-ports-gnome-33917e16853770e172454b02ce804a5d8d8814a0.tar.gz
freebsd-ports-gnome-33917e16853770e172454b02ce804a5d8d8814a0.tar.zst
freebsd-ports-gnome-33917e16853770e172454b02ce804a5d8d8814a0.zip
Add a missing dependency on xproto.
Reported by: bento
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}