summaryrefslogtreecommitdiff
path: root/www/py-qt5-websockets/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-qt5-websockets/Makefile')
-rw-r--r--www/py-qt5-websockets/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/py-qt5-websockets/Makefile b/www/py-qt5-websockets/Makefile
index 0f8947be9191..78d57aa1e7b3 100644
--- a/www/py-qt5-websockets/Makefile
+++ b/www/py-qt5-websockets/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PORTNAME= websockets
-PORTREVISION= 1
CATEGORIES= www net devel python
MAINTAINER= kde@FreeBSD.org
@@ -14,9 +13,9 @@ CONFIGURE_ARGS= --enable QtWebSockets
PYQT_DIST= yes
USES= python pyqt:5 qt:5
-USE_PYQT= sip_build core_run
+USE_PYQT= sip_build core_run
USE_PYTHON= concurrent flavors py3kplist
-USE_QT= core qmake_build websockets
+USE_QT= core qmake_build network websockets
OPTIONS_DEFINE= API DEBUG
OPTIONS_DEFAULT=API
@@ -28,4 +27,7 @@ API_CONFIGURE_OFF= --no-qsci-api
API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
DEBUG_CONFIGURE_ON= --debug --trace
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5/QtWebSockets.so
+
.include <bsd.port.mk>