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 @@ -1,30 +1,35 @@ # New ports collection makefile for: qtorrent # Date created: 2004-03-31 # Whom: michael johnson # # $FreeBSD$ # PORTNAME= qtorrent PORTVERSION= 0.9.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= http://thegraveyard.org/files/ MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent client that uses the Qt widget-set BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt 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} "===>" +post-patch: +.for i in torrentsettings torrentwindow + @pyuic -o ${WRKSRC}/pyqtorrent/${i}.py ${WRKSRC}/pyqtorrent/${i}.ui +.endfor + .include diff --git a/net/qtorrent/Makefile b/net/qtorrent/Makefile index a9907c6d122f..b45b37e535cd 100644 --- a/net/qtorrent/Makefile +++ b/net/qtorrent/Makefile @@ -1,30 +1,35 @@ # New ports collection makefile for: qtorrent # Date created: 2004-03-31 # Whom: michael johnson # # $FreeBSD$ # PORTNAME= qtorrent PORTVERSION= 0.9.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= http://thegraveyard.org/files/ MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent client that uses the Qt widget-set BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt 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} "===>" +post-patch: +.for i in torrentsettings torrentwindow + @pyuic -o ${WRKSRC}/pyqtorrent/${i}.py ${WRKSRC}/pyqtorrent/${i}.ui +.endfor + .include