aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2004-05-09 16:05:54 +0800
committeranholt <anholt@FreeBSD.org>2004-05-09 16:05:54 +0800
commit4df3b82ddb5b37e79ba0265ea74aab2c930d9c03 (patch)
tree43576a032f0a4c1d7013b2c57216a0794af33bd1 /x11-toolkits
parentfb348c9b5623069fd936bd082b7417b90e2ff047 (diff)
downloadfreebsd-ports-graphics-4df3b82ddb5b37e79ba0265ea74aab2c930d9c03.tar.gz
freebsd-ports-graphics-4df3b82ddb5b37e79ba0265ea74aab2c930d9c03.tar.zst
freebsd-ports-graphics-4df3b82ddb5b37e79ba0265ea74aab2c930d9c03.zip
Add missing xproto build depend.
Reported by: bento (kris)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libXt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile
index 21808f1ce2b..d8edc6586f3 100644
--- a/x11-toolkits/libXt/Makefile
+++ b/x11-toolkits/libXt/Makefile
@@ -15,7 +15,8 @@ COMMENT= X Toolkit library
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \
${X11BASE}/libdata/pkgconfig/sm.pc:${PORTSDIR}/x11/libSM
-BUILD_DEPENDS= ${LIB_PC_DEPENDS}
+BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \
+ ${LIB_PC_DEPENDS}
RUN_DEPENDS= ${LIB_PC_DEPENDS}
CONFLICTS= XFree86-libraries-*