diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/qtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |