summaryrefslogtreecommitdiff
path: root/x11-toolkits/libXt
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-05-09 08:05:54 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-05-09 08:05:54 +0000
commit34f6e640f900c546e272dd4d6b123189e4bb1bd9 (patch)
treeef0fb1f598ec22bc6cdad17a2e5fba2514025529 /x11-toolkits/libXt
parentDrop maintainership. Maintainer is not using FreeBSD as (diff)
Add missing xproto build depend.
Reported by: bento (kris)
Notes
Notes: svn path=/head/; revision=108718
Diffstat (limited to 'x11-toolkits/libXt')
-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 21808f1ce2b7..d8edc6586f38 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-*