aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/qtorrent/Makefile2
-rw-r--r--net/qtorrent/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/qtorrent/Makefile b/net-p2p/qtorrent/Makefile
index b45b37e535cd..f6d8fcb0a2fc 100644
--- a/net-p2p/qtorrent/Makefile
+++ b/net-p2p/qtorrent/Makefile
@@ -29,7 +29,7 @@ pre-everything::
post-patch:
.for i in torrentsettings torrentwindow
- @pyuic -o ${WRKSRC}/pyqtorrent/${i}.py ${WRKSRC}/pyqtorrent/${i}.ui
+ @${LOCALBASE}/bin/pyuic -o ${WRKSRC}/pyqtorrent/${i}.py ${WRKSRC}/pyqtorrent/${i}.ui
.endfor
.include <bsd.port.mk>
diff --git a/net/qtorrent/Makefile b/net/qtorrent/Makefile
index b45b37e535cd..f6d8fcb0a2fc 100644
--- a/net/qtorrent/Makefile
+++ b/net/qtorrent/Makefile
@@ -29,7 +29,7 @@ pre-everything::
post-patch:
.for i in torrentsettings torrentwindow
- @pyuic -o ${WRKSRC}/pyqtorrent/${i}.py ${WRKSRC}/pyqtorrent/${i}.ui
+ @${LOCALBASE}/bin/pyuic -o ${WRKSRC}/pyqtorrent/${i}.py ${WRKSRC}/pyqtorrent/${i}.ui
.endfor
.include <bsd.port.mk>