mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
x11-toolkits/qt6pas: Properly set USE_LDCONFIG
Reported by: pkg-devel exp-run
This commit is contained in:
parent
ec020ee8d3
commit
805e1b8616
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= qt6pas
|
PORTNAME= qt6pas
|
||||||
PORTVERSION= 6.2.10
|
PORTVERSION= 6.2.10
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
MASTER_SITES= LOCAL/acm/
|
MASTER_SITES= LOCAL/acm/
|
||||||
|
|
||||||
|
@ -15,7 +16,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||||
USES= compiler:c++11-lang gl qmake qt:6
|
USES= compiler:c++11-lang gl qmake qt:6
|
||||||
USE_GL= opengl
|
USE_GL= opengl
|
||||||
USE_QT= base
|
USE_QT= base
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
QT6_VER_MIN= 6.2.8
|
QT6_VER_MIN= 6.2.8
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue