1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Be more anal about dependencies: Depend on something only present in kdelibs

3.2.0, but not in 3.1.x.
This commit is contained in:
Michael Nottebrock 2004-02-09 04:46:23 +00:00
parent 4b16fbae50
commit 8ac9780c65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100464
2 changed files with 4 additions and 4 deletions

View File

@ -61,12 +61,12 @@ USE_KDELIBS_VER=2
# USE_KDELIBS_VER section
.if defined(USE_KDELIBS_VER)
.if ${USE_KDELIBS_VER} == CVS
LIB_DEPENDS+= kdecore:${PORTSDIR}/x11/kdelibs
BUILD_DEPENDS+= kconfig_compiler:${PORTSDIR}/x11/kdelibs
USE_QT_VER= CVS
PREFIX= ${KDE_CVS_PREFIX}
.elif ${USE_KDELIBS_VER} == 3
# kdelibs 3.x common stuff
LIB_DEPENDS+= kdecore:${PORTSDIR}/x11/kdelibs3
BUILD_DEPENDS+= kconfig_compiler:${PORTSDIR}/x11/kdelibs3
USE_QT_VER= 3
PREFIX= ${KDE_PREFIX}
.else

View File

@ -61,12 +61,12 @@ USE_KDELIBS_VER=2
# USE_KDELIBS_VER section
.if defined(USE_KDELIBS_VER)
.if ${USE_KDELIBS_VER} == CVS
LIB_DEPENDS+= kdecore:${PORTSDIR}/x11/kdelibs
BUILD_DEPENDS+= kconfig_compiler:${PORTSDIR}/x11/kdelibs
USE_QT_VER= CVS
PREFIX= ${KDE_CVS_PREFIX}
.elif ${USE_KDELIBS_VER} == 3
# kdelibs 3.x common stuff
LIB_DEPENDS+= kdecore:${PORTSDIR}/x11/kdelibs3
BUILD_DEPENDS+= kconfig_compiler:${PORTSDIR}/x11/kdelibs3
USE_QT_VER= 3
PREFIX= ${KDE_PREFIX}
.else