diff options
author | glarkin <glarkin@FreeBSD.org> | 2011-05-19 04:45:14 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2011-05-19 04:45:14 +0800 |
commit | cc1dd6dc9c0dea9f24ce72891cbdc84478c8b488 (patch) | |
tree | 1b96042544a1674dda8ae5f2b842c9db35274c85 | |
parent | 52205659c84c4b0c786d6fabf99b68083e08875f (diff) | |
download | freebsd-ports-gnome-cc1dd6dc9c0dea9f24ce72891cbdc84478c8b488.tar.gz freebsd-ports-gnome-cc1dd6dc9c0dea9f24ce72891cbdc84478c8b488.tar.zst freebsd-ports-gnome-cc1dd6dc9c0dea9f24ce72891cbdc84478c8b488.zip |
- Fixed the dependency tuple for py-thrift so it's detected correctly
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Pointyhat to: glarkin
-rw-r--r-- | net/scribe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/scribe/Makefile b/net/scribe/Makefile index 79521fc9c857..b072707f0f99 100644 --- a/net/scribe/Makefile +++ b/net/scribe/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \ thrift:${PORTSDIR}/devel/thrift RUN_DEPENDS= p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Thrift>0:${PORTSDIR}/devel/p5-Thrift \ - py-thrift>0:${PORTSDIR}/devel/py-thrift + ${PYTHON_SITELIBDIR}/thrift/__init__.py:${PORTSDIR}/devel/py-thrift ACLOCAL_ARGS= -I ./aclocal AUTOMAKE_ARGS= -a |