diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-07-04 16:55:16 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-07-04 16:55:16 +0000 |
commit | be86c4fe23e089aeef1ed7467161c2ce321a8c81 (patch) | |
tree | eebf8f5b9a2bc359ffda39b2eac6fa88f6345545 /x11-toolkits/qt5-quick3d/Makefile | |
parent | 066b4db9b1ddaadd5fb0c7076733998f810dcda8 (diff) | |
download | ports-be86c4fe23e089aeef1ed7467161c2ce321a8c81.tar.gz ports-be86c4fe23e089aeef1ed7467161c2ce321a8c81.zip |
Diffstat (limited to 'x11-toolkits/qt5-quick3d/Makefile')
-rw-r--r-- | x11-toolkits/qt5-quick3d/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-quick3d/Makefile b/x11-toolkits/qt5-quick3d/Makefile index 5ef21a3faf88..e02d9c5b84e8 100644 --- a/x11-toolkits/qt5-quick3d/Makefile +++ b/x11-toolkits/qt5-quick3d/Makefile @@ -1,6 +1,6 @@ PORTNAME= quick3d DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- @@ -11,4 +11,6 @@ USES= compiler:c++11-lang qmake qt-dist:5 USE_QT= core declarative gui network opengl \ buildtools_build +QT_BINARIES= yes + .include <bsd.port.mk> |