summaryrefslogtreecommitdiff
path: root/multimedia/totem
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-06-26 14:47:55 +0000
committerjoerg <joerg@pkgsrc.org>2007-06-26 14:47:55 +0000
commit0d84eeeb00fdb5470f350cb9bb479f9bf07fc5d9 (patch)
tree9d412a2d92f0accd20af97077e73b1555c86417d /multimedia/totem
parent8e579375aeafef37e3e937e47b439d27d31b2f1f (diff)
downloadpkgsrc-0d84eeeb00fdb5470f350cb9bb479f9bf07fc5d9.tar.gz
API depends of multimedia/totem/buildlink3.mk allows both totem and
totem-xine, ABI depends only the former. This creates conflicts when pkg_add picks the latter to fulfill the API depends. Allow both packages for the ABI depends as well and bump the revisions of the two affected packages.
Diffstat (limited to 'multimedia/totem')
-rw-r--r--multimedia/totem/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/totem/buildlink3.mk b/multimedia/totem/buildlink3.mk
index b5f03c4b8a3..8934743a52b 100644
--- a/multimedia/totem/buildlink3.mk
+++ b/multimedia/totem/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2007/06/05 05:37:05 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2007/06/26 14:47:55 joerg Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
TOTEM_BUILDLINK3_MK:= ${TOTEM_BUILDLINK3_MK}+
@@ -13,7 +13,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}totem
.if !empty(TOTEM_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.totem+= {totem,totem-xine}>=1.4.0
-BUILDLINK_ABI_DEPENDS.totem?= totem>=2.18.1nb1
+BUILDLINK_ABI_DEPENDS.totem?= {totem,totem-xine}>=2.18.1nb1
BUILDLINK_PKGSRCDIR.totem?= ../../multimedia/totem
.endif # TOTEM_BUILDLINK3_MK