diff options
author | lofi <lofi@FreeBSD.org> | 2005-04-20 22:00:08 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-04-20 22:00:08 +0800 |
commit | 1da7ff6ee05abeed54545baa4e88277d7198d7c4 (patch) | |
tree | d583884d4a5afbc4233b86f645f9811b25a04ffa /net-p2p | |
parent | 2e1597541d7e6fed530a9fdc50a19436bd7dfa5e (diff) | |
download | freebsd-ports-gnome-1da7ff6ee05abeed54545baa4e88277d7198d7c4.tar.gz freebsd-ports-gnome-1da7ff6ee05abeed54545baa4e88277d7198d7c4.tar.zst freebsd-ports-gnome-1da7ff6ee05abeed54545baa4e88277d7198d7c4.zip |
Fix this the right way: Depend on pyuic in PATCH_DEPENDS (I think I've
never used that before :-).
Suggested by: Heiner Eichmann <h.eichmann@gmx.de>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qtorrent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/qtorrent/Makefile b/net-p2p/qtorrent/Makefile index f6d8fcb0a2fc..1e0aee11b785 100644 --- a/net-p2p/qtorrent/Makefile +++ b/net-p2p/qtorrent/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= http://thegraveyard.org/files/ MAINTAINER= ports@FreeBSD.org COMMENT= BitTorrent client that uses the Qt widget-set +PATCH_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt |