mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
Stop building the Qt Designer plugin in py-qt5-designer.
This is done in devel/py-qt5-designerplugin, which means both ports were trying to install files into the same location.
This commit is contained in:
parent
326d7da995
commit
f577feb2d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403771
2 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= designer
|
PORTNAME= designer
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Python bindings for the Qt5 toolkit, QtDesigner module
|
COMMENT= Python bindings for the Qt5 toolkit, QtDesigner module
|
||||||
|
|
||||||
CONFIGURE_ARGS= --enable QtDesigner
|
CONFIGURE_ARGS= --enable QtDesigner --no-designer-plugin
|
||||||
PYQT_DIST= yes
|
PYQT_DIST= yes
|
||||||
|
|
||||||
USES= python pyqt:5
|
USES= python pyqt:5
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
%%PYTHON_SITELIBDIR%%/PyQt5/QtDesigner.so
|
%%PYTHON_SITELIBDIR%%/PyQt5/QtDesigner.so
|
||||||
%%QT_PLUGINDIR%%/designer/libpyqt5.so
|
|
||||||
%%PYQT_SIPDIR%%/QtDesigner/QtDesignermod.sip
|
%%PYQT_SIPDIR%%/QtDesigner/QtDesignermod.sip
|
||||||
%%PYQT_SIPDIR%%/QtDesigner/abstractactioneditor.sip
|
%%PYQT_SIPDIR%%/QtDesigner/abstractactioneditor.sip
|
||||||
%%PYQT_SIPDIR%%/QtDesigner/abstractformbuilder.sip
|
%%PYQT_SIPDIR%%/QtDesigner/abstractformbuilder.sip
|
||||||
|
|
Loading…
Add table
Reference in a new issue