diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-21 13:46:07 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-21 13:46:07 +0000 |
commit | a3406e0fe3b2471c1d5a8fc68d2e1031369a7ede (patch) | |
tree | 20835b49ab351cf14774c3c2259b2182557b925f /net-p2p | |
parent | 92b939d8a6feb534e79d4af0bba7358af90f51b7 (diff) | |
download | ports-a3406e0fe3b2471c1d5a8fc68d2e1031369a7ede.tar.gz ports-a3406e0fe3b2471c1d5a8fc68d2e1031369a7ede.zip |
Notes
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> |