1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Fix dependency (kdebase -> kdelibs)

PR:             62686
Submitted by:   Roland Jesse <roland.jesse@gmx.net>
This commit is contained in:
Clement Laforet 2004-02-11 15:30:28 +00:00
parent 4164171119
commit b49a380518
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100679

View File

@ -28,7 +28,7 @@ USE_BZIP2= yes
USE_REINPLACE= yes
MAKE_ENV+= QTDIR=${QT_PREFIX} LDFLAGS="-lkextmdi"
.if defined(WITH_KDE)
USE_KDEBASE_VER= 3
USE_KDELIBS_VER= 3
.else
USE_QT_VER= 3
.endif