Skip to content

Commit

Permalink
Prevent depends overlap with gtksourceview2; fixes bulk builds of
Browse files Browse the repository at this point in the history
seahorse-plugins.
  • Loading branch information
dholland committed Oct 3, 2012
1 parent 1b4a9e5 commit 08111b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x11/gtksourceview/buildlink3.mk
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.32 2012/10/02 17:12:15 tron Exp $
# $NetBSD: buildlink3.mk,v 1.33 2012/10/03 23:49:30 dholland Exp $

BUILDLINK_TREE+= gtksourceview

.if !defined(GTKSOURCEVIEW_BUILDLINK3_MK)
GTKSOURCEVIEW_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.gtksourceview+= gtksourceview>=1.8.5
BUILDLINK_ABI_DEPENDS.gtksourceview+= gtksourceview>=1.8.5nb15
BUILDLINK_API_DEPENDS.gtksourceview+= gtksourceview>=1.8.5<2
BUILDLINK_ABI_DEPENDS.gtksourceview+= gtksourceview>=1.8.5nb15<2
BUILDLINK_PKGSRCDIR.gtksourceview?= ../../x11/gtksourceview

.include "../../devel/gettext-lib/buildlink3.mk"
Expand Down

0 comments on commit 08111b5

Please sign in to comment.