diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-13 22:05:18 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-13 22:05:18 +0000 |
commit | f299cc7cf271d5996734c1017c2b0e9c21ea073c (patch) | |
tree | 497d7974e7275e9bb7c84046995e39f5ff906f10 /net-p2p | |
parent | Adds Virtual Jay Peak, a snowboarding simulation (Linux version). (diff) |
Fix qtorrent with latest py-qt/py-sip.
PR: ports/79880
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
Notes
Notes:
svn path=/head/; revision=133283
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qtorrent/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-p2p/qtorrent/Makefile b/net-p2p/qtorrent/Makefile index a9907c6d122f..b45b37e535cd 100644 --- a/net-p2p/qtorrent/Makefile +++ b/net-p2p/qtorrent/Makefile @@ -7,7 +7,7 @@ PORTNAME= qtorrent PORTVERSION= 0.9.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= http://thegraveyard.org/files/ @@ -27,4 +27,9 @@ pre-everything:: @${ECHO_MSG} "===> python WITH_THREADS defined, it is default" @${ECHO_MSG} "===>" +post-patch: +.for i in torrentsettings torrentwindow + @pyuic -o ${WRKSRC}/pyqtorrent/${i}.py ${WRKSRC}/pyqtorrent/${i}.ui +.endfor + .include <bsd.port.mk> |