diff options
author | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-07-20 05:35:39 +0800 |
---|---|---|
committer | kwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2011-07-20 05:35:39 +0800 |
commit | 9efd50f3e96646fb1aa5bc93089ff9c401330a9e (patch) | |
tree | 360052f69223b35308bd309e5985fd85b382f090 | |
parent | 7e64774d321a86fdd4bfc2082c378cbf3d299d65 (diff) | |
download | xorg-devel-ports-9efd50f3e96646fb1aa5bc93089ff9c401330a9e.tar.gz xorg-devel-ports-9efd50f3e96646fb1aa5bc93089ff9c401330a9e.tar.zst xorg-devel-ports-9efd50f3e96646fb1aa5bc93089ff9c401330a9e.zip |
REally depend on pthread-stubs, sigh time for a beer or 2 or bed.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@264 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | graphics/libdrm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 7caaca2..fc31966 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -14,7 +14,8 @@ MAINTAINER= x11@FreeBSD.org COMMENT= Userspace interface to kernel Direct Rendering Module services BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs -LIB_DEPENDS= pciaccess.0:${PORTSDIR}/devel/libpciaccess +LIB_DEPENDS= pciaccess.0:${PORTSDIR}/devel/libpciaccess \ + pthread-stubs.0:${PORTSDIR}/devel/libpthread-stubs RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:${PORTSDIR}/devel/libpthread-stubs USE_BZIP2= yes |