diff options
author | lofi <lofi@FreeBSD.org> | 2005-03-27 07:57:25 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-03-27 07:57:25 +0800 |
commit | 5f4844d34ed003a7ec851ef918ccbac630ea64c9 (patch) | |
tree | 2c721ca92778e46a27419b809f14b05f70575f02 /x11-toolkits/py-qt | |
parent | 8596ee94e68bec2d58a476a19567058ba7b39658 (diff) | |
download | freebsd-ports-gnome-5f4844d34ed003a7ec851ef918ccbac630ea64c9.tar.gz freebsd-ports-gnome-5f4844d34ed003a7ec851ef918ccbac630ea64c9.tar.zst freebsd-ports-gnome-5f4844d34ed003a7ec851ef918ccbac630ea64c9.zip |
Mirror yet another PyQt distfile and unbreak.
Approved by: portmgr (marcus)
Diffstat (limited to 'x11-toolkits/py-qt')
-rw-r--r-- | x11-toolkits/py-qt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/py-qt/Makefile b/x11-toolkits/py-qt/Makefile index 5eb6db30892e..984640ad8da1 100644 --- a/x11-toolkits/py-qt/Makefile +++ b/x11-toolkits/py-qt/Makefile @@ -8,7 +8,9 @@ PORTNAME= qt PORTVERSION= 3.14 PORTREVISION= CATEGORIES= x11-toolkits python -MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/ +MASTER_SITES= http://www.river-bank.demon.co.uk/download/PyQt/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=lofi PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyQt-x11-gpl-${PORTVERSION} @@ -19,8 +21,6 @@ LIB_DEPENDS= qscintilla.5:${PORTSDIR}/x11-toolkits/qscintilla BUILD_DEPENDS= ${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip RUN_DEPENDS= ${BUILD_DEPENDS} -BROKEN= Unfetchable - USE_QT_VER= 3 USE_PYTHON= yes USE_REINPLACE= yes |