diff options
author | lofi <lofi@FreeBSD.org> | 2005-04-19 23:29:45 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-04-19 23:29:45 +0800 |
commit | 03bcb7c7e44b72820310505a07abefb6d8d67d6f (patch) | |
tree | b41a07d5ca460248e600208c0aa42c93e48650d4 /net-p2p/qtorrent | |
parent | 4f243eb5fc034a9bbf73321bcb12eea4da89b74a (diff) | |
download | freebsd-ports-gnome-03bcb7c7e44b72820310505a07abefb6d8d67d6f.tar.gz freebsd-ports-gnome-03bcb7c7e44b72820310505a07abefb6d8d67d6f.tar.zst freebsd-ports-gnome-03bcb7c7e44b72820310505a07abefb6d8d67d6f.zip |
Try using a full path for the pyuic invocation in post-patch.
Diffstat (limited to 'net-p2p/qtorrent')
-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 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> |