x11-toolkits/qwt6: Fix USE_LDCONFIG location
It installs libraries into ${PREFIX}/${QT_LIBDIR_REL} Approved by: portmgr
This commit is contained in:
parent
da3f623e90
commit
bafa583aa8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474628
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= qwt
|
||||
PORTVERSION= 6.1.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= SF
|
||||
PKGNAMESUFFIX= 6-${FLAVOR}
|
||||
|
@ -15,7 +15,7 @@ FLAVOR?= ${FLAVORS:[1]}
|
|||
|
||||
USES= gmake qmake tar:bzip2
|
||||
USE_GL= gl
|
||||
USE_LDCONFIG= yes
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/qwt6-${FLAVOR}
|
||||
PORTDOCS= *
|
||||
|
|
Loading…
Reference in a new issue