diff options
author | pi <pi@FreeBSD.org> | 2016-06-15 02:18:54 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-06-15 02:18:54 +0800 |
commit | ae3a659924e930792898113c43f019df69ff7d9e (patch) | |
tree | 5233667097cea1c6ea210ad4fc0cc89599751151 | |
parent | 2d1902802bfe87a251bc3c96d439224a5822796b (diff) | |
download | freebsd-ports-graphics-ae3a659924e930792898113c43f019df69ff7d9e.tar.gz freebsd-ports-graphics-ae3a659924e930792898113c43f019df69ff7d9e.tar.zst freebsd-ports-graphics-ae3a659924e930792898113c43f019df69ff7d9e.zip |
devel/py-qt4-core: change USE_PYQT from sip_build to sip to fix build
for those ports, unbreak:
science/veusz
math/qtiplot
emulators/swine
devel/ninja-ide
PR: 210045
Reported by: antoine
Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
-rw-r--r-- | devel/ninja-ide/Makefile | 2 | ||||
-rw-r--r-- | devel/py-qt4-core/Makefile | 2 | ||||
-rw-r--r-- | emulators/swine/Makefile | 2 | ||||
-rw-r--r-- | math/qtiplot/Makefile | 2 | ||||
-rw-r--r-- | science/veusz/Makefile | 2 |
5 files changed, 1 insertions, 9 deletions
diff --git a/devel/ninja-ide/Makefile b/devel/ninja-ide/Makefile index df137b13f8e..ad283257472 100644 --- a/devel/ninja-ide/Makefile +++ b/devel/ninja-ide/Makefile @@ -13,8 +13,6 @@ COMMENT= Cross-platform integrated development environment (IDE) LICENSE= GPLv3 -BROKEN= fails to configure - BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.5,1:net/py-qt4-network \ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=4.8.5:www/py-qt4-webkit RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-declarative>=4.10.2:devel/py-qt4-declarative \ diff --git a/devel/py-qt4-core/Makefile b/devel/py-qt4-core/Makefile index 4eb381a8353..dc85de1c1ef 100644 --- a/devel/py-qt4-core/Makefile +++ b/devel/py-qt4-core/Makefile @@ -13,7 +13,7 @@ PYQT_DIST= yes USES= python pyqt:4 USE_PYTHON= py3kplist -USE_PYQT= sip_build +USE_PYQT= sip USE_QT4= corelib qmake_build moc_build OPTIONS_DEFINE= API DEBUG diff --git a/emulators/swine/Makefile b/emulators/swine/Makefile index b60f9d2fb2c..7a2f7dc3357 100644 --- a/emulators/swine/Makefile +++ b/emulators/swine/Makefile @@ -11,8 +11,6 @@ COMMENT= Qt4 graphical Wine frontend LICENSE= GPLv2 -BROKEN= fails to stage - BUILD_DEPENDS= pyrcc4:textproc/py-qt4-xml RUN_DEPENDS= xterm:x11/xterm \ cabextract:archivers/cabextract \ diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 95bd826d7a2..004da44c820 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ MAINTAINER= makc@FreeBSD.org COMMENT= Data analysis and scientific plotting -BROKEN= fails to build - LIB_DEPENDS= libgsl.so:math/gsl \ libmuparser.so:math/muparser \ libpng.so:graphics/png diff --git a/science/veusz/Makefile b/science/veusz/Makefile index 417e698eae8..1ce5962234f 100644 --- a/science/veusz/Makefile +++ b/science/veusz/Makefile @@ -12,8 +12,6 @@ COMMENT= Scientific plotting package LICENSE= GPLv2 -BROKEN= fails to configure - RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-svg>0:graphics/py-qt4-svg |