databases/kdb: remove unnecessary lock on python2
This commit is contained in:
parent
cd190d116c
commit
0b343d5afb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526929
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= kdb
|
||||
DISTVERSION= 3.2.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= databases kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/src
|
||||
DIST_SUBDIR= KDE/${PORTNAME}
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Database connectivity and creation framework
|
|||
LIB_DEPENDS= libicuuc.so:devel/icu
|
||||
|
||||
USES= cmake compiler:c++11-lang gettext kde:5 \
|
||||
python:2.7 qt:5 tar:xz
|
||||
python qt:5 tar:xz
|
||||
USE_KDE= coreaddons ecm i18n
|
||||
USE_QT= core gui network widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
|
Loading…
Reference in a new issue