mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
science/shelxle: Switch to Qt6
This commit is contained in:
parent
4d1ba25408
commit
d7d028c9fc
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= shelxle
|
||||
DISTVERSION= 1.0.1680
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= science # chemistry
|
||||
MASTER_SITES= SF/${PORTNAME}/code/
|
||||
|
||||
|
@ -10,9 +11,9 @@ WWW= https://www.shelxle.org/shelx/eingabe.php
|
|||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= compiler:c++11-lang dos2unix gl qmake qt:5 tar:bz2
|
||||
USES= compiler:c++11-lang dos2unix gl qmake qt:6 tar:bz2
|
||||
DOS2UNIX_FILES= shelXle.pro
|
||||
USE_QT= core gui network opengl widgets buildtools:build
|
||||
USE_QT= base tools:build
|
||||
USE_GL= gl
|
||||
|
||||
PLIST_FILES= bin/shelxle \
|
||||
|
|
Loading…
Add table
Reference in a new issue