From 03bcb7c7e44b72820310505a07abefb6d8d67d6f Mon Sep 17 00:00:00 2001 From: lofi Date: Tue, 19 Apr 2005 15:29:45 +0000 Subject: Try using a full path for the pyuic invocation in post-patch. --- net-p2p/qtorrent/Makefile | 2 +- net/qtorrent/Makefile | 2 +- 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 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 -- cgit