summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-qt5-gui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/py-qt5-gui/Makefile')
-rw-r--r--x11-toolkits/py-qt5-gui/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/py-qt5-gui/Makefile b/x11-toolkits/py-qt5-gui/Makefile
index d9c8b9126861..0f22276e5866 100644
--- a/x11-toolkits/py-qt5-gui/Makefile
+++ b/x11-toolkits/py-qt5-gui/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PORTNAME= gui
-PORTREVISION= 1
CATEGORIES= x11-toolkits devel python
MAINTAINER= kde@FreeBSD.org
@@ -15,7 +14,7 @@ PYQT_DIST= yes
USES= gl python pyqt:5 qt:5
USE_GL= gl
-USE_PYQT= sip_build core_run
+USE_PYQT= sip_build core_run
USE_PYTHON= concurrent flavors py3kplist
USE_QT= core gui qmake_build imageformats_run
@@ -27,4 +26,7 @@ API_DESC= Install QtGui API for QScintilla2
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
API_CONFIGURE_OFF= --no-qsci-api
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5/QtGui.so
+
.include <bsd.port.mk>