1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

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>
This commit is contained in:
Michael Nottebrock 2005-04-20 14:00:08 +00:00
parent 97c0649fbf
commit 510a191e31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133770
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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