summaryrefslogtreecommitdiff
path: root/x11/py-qt5-opengl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/py-qt5-opengl/Makefile')
-rw-r--r--x11/py-qt5-opengl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-qt5-opengl/Makefile b/x11/py-qt5-opengl/Makefile
index 567444ece5b1..a83cb2fe2562 100644
--- a/x11/py-qt5-opengl/Makefile
+++ b/x11/py-qt5-opengl/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PORTNAME= opengl
-PORTREVISION= 1
CATEGORIES= x11 devel python
MAINTAINER= kde@FreeBSD.org
@@ -29,4 +28,7 @@ API_CONFIGURE_OFF= --no-qsci-api
API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5
DEBUG_CONFIGURE_ON= --debug --trace
+port-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/PyQt5/QtOpenGl.so
+
.include <bsd.port.mk>