diff options
author | pav <pav@FreeBSD.org> | 2004-01-30 07:39:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-30 07:39:25 +0800 |
commit | 891cd3d82d4fe785ecdbc2c966bae12052b72b11 (patch) | |
tree | 5e837448219b719fe0f8828e1d46a8f5af5aa19d /misc | |
parent | 8b4c8d3e61320c55ac4d2a8297cdd4a6f0e8395b (diff) | |
download | freebsd-ports-gnome-891cd3d82d4fe785ecdbc2c966bae12052b72b11.tar.gz freebsd-ports-gnome-891cd3d82d4fe785ecdbc2c966bae12052b72b11.tar.zst freebsd-ports-gnome-891cd3d82d4fe785ecdbc2c966bae12052b72b11.zip |
- Fix dependencies on py-qt
Reported by: bento via kris
Diffstat (limited to 'misc')
-rw-r--r-- | misc/flyway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/flyway/Makefile b/misc/flyway/Makefile index da177a45e65c..fe434e9cbbd9 100644 --- a/misc/flyway/Makefile +++ b/misc/flyway/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.bellz.org/flyway/ MAINTAINER= ports@FreeBSD.org COMMENT= A VFR/IFR Route Planner for Pilots -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/qt.py:${PORTSDIR}/x11-toolkits/py-qt +RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt USE_PYTHON= yes NO_BUILD= yes |