mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Fix dependencies on py-qt
Reported by: bento via kris
This commit is contained in:
parent
8982cd706e
commit
b0df635093
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99453
@ -15,7 +15,7 @@ COMMENT= A Python IDE implemented using PyQt and QScintilla
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/lib/libqscintilla.so:${PORTSDIR}/x11-toolkits/qscintilla\
|
||||
${LOCALBASE}/bin/sip:${PORTSDIR}/devel/py-sip\
|
||||
${LOCALBASE}/bin/pyuic:${PORTSDIR}/x11-toolkits/py-qt
|
||||
pyuic:${PORTSDIR}/x11-toolkits/py-qt
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_REINPLACE= yes
|
||||
|
@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.bz2
|
||||
MAINTAINER= tuxsuximus@hotmail.com
|
||||
COMMENT= ImgSeek is a photo manager and viewer with content-based search
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/qtui.py:${PORTSDIR}/x11-toolkits/py-qt \
|
||||
BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt \
|
||||
Magick++-config:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
USE_CONFIGURE= no
|
||||
|
@ -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
|
||||
|
@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} PyQt-x11-gpl-${PYQTVERSION}${EXTRACT_SUFX}
|
||||
MAINTAINER= nbm@FreeBSD.org
|
||||
COMMENT= Python Bindings for KDE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/qt.py:${PORTSDIR}/x11-toolkits/py-qt
|
||||
BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
|
||||
|
||||
BROKEN= "Checksum mismatch; will be removed after Feb 2"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user