diff options
author | lofi <lofi@FreeBSD.org> | 2005-04-19 15:29:45 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-04-19 15:29:45 +0000 |
commit | 03bcb7c7e44b72820310505a07abefb6d8d67d6f (patch) | |
tree | b41a07d5ca460248e600208c0aa42c93e48650d4 /net-p2p | |
parent | 4f243eb5fc034a9bbf73321bcb12eea4da89b74a (diff) | |
download | FreeBSD-ports-03bcb7c7e44b72820310505a07abefb6d8d67d6f.zip FreeBSD-ports-03bcb7c7e44b72820310505a07abefb6d8d67d6f.tar.gz |
Try using a full path for the pyuic invocation in post-patch.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/qtorrent/Makefile b/net-p2p/qtorrent/Makefile index b45b37e..f6d8fcb 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> |