diff --git a/cad/veroroute/Makefile b/cad/veroroute/Makefile index 789b593efcbb..226894ff7c7f 100644 --- a/cad/veroroute/Makefile +++ b/cad/veroroute/Makefile @@ -1,24 +1,24 @@ PORTNAME= veroroute DISTVERSION= 2.40 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/ 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 post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/veroroute .include