aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-04-19 15:29:45 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-04-19 15:29:45 +0000
commitbc06afbe6ec6469638796a687226481611a1d271 (patch)
tree233749dd9f3b3c068e058302722f31662dab53e2 /net-p2p
parentfb10db3f54b00d17aaf286be737e5b8aad320ba4 (diff)
downloadports-bc06afbe6ec6469638796a687226481611a1d271.tar.gz
ports-bc06afbe6ec6469638796a687226481611a1d271.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/qtorrent/Makefile2
1 files changed, 1 insertions, 1 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>