mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11-toolkits/qt5pas: Properly set USE_LDCONFIG
Reported by: pkg-devel exp-run
This commit is contained in:
parent
4952e2e141
commit
03ffa5ea0f
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= qt5pas
|
PORTNAME= qt5pas
|
||||||
PORTVERSION= 1.2.16
|
PORTVERSION= 1.2.16
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 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 qmake qt:5
|
USES= compiler:c++11-lang qmake qt:5
|
||||||
USE_QT= buildtools:build core gui network printsupport x11extras
|
USE_QT= buildtools:build core gui network printsupport x11extras
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||||
|
|
||||||
QT5_VER_MIN= 5.6.1
|
QT5_VER_MIN= 5.6.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue