... And, of course, it wasn't the bsd.port.mk, but mine, bug: you don't want
to have to specify version requirements twice anyway, so the following shouldn't work: foo->=1|bar-*:foo>=1
This commit is contained in:
parent
a7e66f31e4
commit
a386af6125
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2015/09/22 21:42:28 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2015/09/22 21:48:25 zhuk Exp $
|
||||
|
||||
COMMENT-main = KDE core run-time components
|
||||
COMMENT-locale = KDE locale data files
|
||||
@ -6,7 +6,7 @@ DISTNAME = kde-runtime-${MODKDE4_VERSION}
|
||||
PKGNAME-main = ${DISTNAME}
|
||||
PKGNAME-locale = kde4-locale-${MODKDE4_VERSION}
|
||||
PKG_ARCH-locale = *
|
||||
REVISION-main = 8
|
||||
REVISION-main = 9
|
||||
REVISION-locale = 1
|
||||
|
||||
DPB_PROPERTIES = parallel
|
||||
@ -59,7 +59,7 @@ RUN_DEPENDS-main = ${RUN_DEPENDS} \
|
||||
misc/shared-mime-info \
|
||||
x11/kde-shared-data,${MODKDE4_FLAVOR}>=${MODKDE4_DEP_VERSION} \
|
||||
${MODKDE4_DEP_DIR}/nepomuk-core>=${MODKDE4_DEP_VERSION} \
|
||||
${BUILD_PKGPATH},-locale>=${MODKDE4_DEP_VERSION}
|
||||
kde4-locale-*|kde3-locale-*:${BUILD_PKGPATH},-locale
|
||||
|
||||
# /usr/local/share/dbus-1/system-services/
|
||||
RUN_DEPENDS-main += x11/dbus,-suid
|
||||
|
Loading…
Reference in New Issue
Block a user