Fixed because maintainer didn't follow procedure to reference QT library
dependency (USE_QT_VER=3).
This commit is contained in:
parent
fd275fcc72
commit
059aa3ad45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74191
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,6 @@ MASTER_SITE_SUBDIR= psi
|
|||
|
||||
MAINTAINER= dd@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= qt-mt.3:${PORTSDIR}/x11-toolkits/qt30
|
||||
|
||||
SHLIB_MAJOR= 0
|
||||
|
||||
USE_OPENSSL= yes
|
||||
|
@ -23,6 +21,7 @@ USE_BZIP2= yes
|
|||
INSTALLS_SHLIB= yes
|
||||
MAKE_ARGS= QTDIR=${X11BASE}
|
||||
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
|
||||
USE_QT_VER= 3
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ARGS} qmake \
|
||||
|
|
Loading…
Reference in a new issue