diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-11-11 21:07:40 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-11-11 21:07:40 +0800 |
commit | 35ad307546a84a118b61ad6101da66864345ae18 (patch) | |
tree | bc3ae1232cf6f30069064d212cd82a4dce960c6d | |
parent | 767cea3a5d56809b1d9c58b054988128050bfd2e (diff) | |
download | xorg-devel-ports-35ad307546a84a118b61ad6101da66864345ae18.tar.gz xorg-devel-ports-35ad307546a84a118b61ad6101da66864345ae18.tar.zst xorg-devel-ports-35ad307546a84a118b61ad6101da66864345ae18.zip |
Update dependency version.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1222 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11/libxcb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 3e7f71c..8906ad1 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck \ - xcb-proto>=1.7:${PORTSDIR}/x11/xcb-proto \ + xcb-proto>=1.9:${PORTSDIR}/x11/xcb-proto \ ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs |