1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Add a missing dependency on xproto.

Reported by:	bento
This commit is contained in:
Joe Marcus Clarke 2004-02-03 17:52:08 +00:00
parent 94a8b2b8bd
commit c8a1c59a11
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99889

View File

@ -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}