diff options
| author | Älven <alven@FreeBSD.org> | 2026-05-28 20:59:36 +0000 |
|---|---|---|
| committer | Älven <alven@FreeBSD.org> | 2026-07-07 22:39:49 +0000 |
| commit | a471b871070e1198ea6a3f73ca1001e11ec8bbbc (patch) | |
| tree | 43e47363c7c9c1ff2f8b156c4fea7a80a32b7df1 | |
| parent | 3be6f077062616eb9633ed7e28663d86973694f3 (diff) | |
cad/veroroute: Switch Qt5 => Qt6
Summary:
* Clarify LICENSE
* Pet portclippy(1) and portfmt(1)
Approved by: yuri@ (maintainer, Mentor)
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D57308
| -rw-r--r-- | cad/veroroute/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/veroroute/Makefile b/cad/veroroute/Makefile index 789b593efcbb..226894ff7c7f 100644 --- a/cad/veroroute/Makefile +++ b/cad/veroroute/Makefile @@ -8,12 +8,12 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= PCB (printed circuit board) design software WWW= https://sourceforge.net/projects/veroroute/ -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/../licenses/license_GPLv3.txt -USES= compiler:c++11-lang gl qmake qt:5 -USE_QT= core gui network widgets buildtools:build +USES= compiler:c++11-lang gl qmake qt:6 USE_GL= gl +USE_QT= base WRKSRC= ${WRKDIR}/VeroRoute WRKSRC_SUBDIR= Src |
