diff options
author | vs <vs@FreeBSD.org> | 2004-05-21 21:46:07 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-21 21:46:07 +0800 |
commit | 9027ece76b134a045cb1cb0ca7aaafe922422940 (patch) | |
tree | c34381dfa8945bc3d12513aba30a9447fec354d9 /net-p2p | |
parent | 3a8fa729574ecc49bd6fa54421012f33f8b186be (diff) | |
download | freebsd-ports-gnome-9027ece76b134a045cb1cb0ca7aaafe922422940.tar.gz freebsd-ports-gnome-9027ece76b134a045cb1cb0ca7aaafe922422940.tar.zst freebsd-ports-gnome-9027ece76b134a045cb1cb0ca7aaafe922422940.zip |
Add note about needing WITH_THREADS defined with python for this to work.
PR: ports/66760
Submitted by: Michael Johnson (maintainer)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qtorrent/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-p2p/qtorrent/Makefile b/net-p2p/qtorrent/Makefile index 15ce88cf8435..bff757cfe08d 100644 --- a/net-p2p/qtorrent/Makefile +++ b/net-p2p/qtorrent/Makefile @@ -20,4 +20,10 @@ USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS=yes +pre-everything:: + @${ECHO_MSG} "===>" + @${ECHO_MSG} "===> For qtorrent to work you need to compile" + @${ECHO_MSG} "===> python WITH_THREADS defined, it is default" + @${ECHO_MSG} "===>" + .include <bsd.port.mk> |