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 /cad/ldview/Makefile | |
parent | 066b4db9b1ddaadd5fb0c7076733998f810dcda8 (diff) | |
download | ports-be86c4fe23e089aeef1ed7467161c2ce321a8c81.tar.gz ports-be86c4fe23e089aeef1ed7467161c2ce321a8c81.zip |
misc/qtchooser: remove
QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.
We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5.
Diffstat (limited to 'cad/ldview/Makefile')
-rw-r--r-- | cad/ldview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/ldview/Makefile b/cad/ldview/Makefile index 28a3d9d945fa..5744c75da92b 100644 --- a/cad/ldview/Makefile +++ b/cad/ldview/Makefile @@ -1,7 +1,7 @@ PORTNAME= ldview DISTVERSIONPREFIX= v DISTVERSION= 4.4_Beta5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org @@ -36,7 +36,7 @@ post-patch: @${REINPLACE_CMD} -e 's|"/usr/share/ldraw"|"${PREFIX}/share/ldraw"|' ${WRKSRC}/ModelViewerWidget.cpp pre-configure: - @cd ${WRKSRC} && lrelease LDView.pro + @cd ${WRKSRC} && ${LRELEASE} LDView.pro post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/LDView |