pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtksourceview2 I presume the BUILDLINK_PKGSRCDIR f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f76ec0c5a578
branches:  trunk
changeset: 538971:f76ec0c5a578
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Fri Feb 22 08:15:47 2008 +0000

description:
I presume the BUILDLINK_PKGSRCDIR for this package is supposed to be
x11/gtksourceview2, not x11/gtksourceview.  With the latter,
a build of editors/gedit breaks due to dependency confusion.

diffstat:

 x11/gtksourceview2/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 25ff7446dd6c -r f76ec0c5a578 x11/gtksourceview2/buildlink3.mk
--- a/x11/gtksourceview2/buildlink3.mk  Fri Feb 22 08:13:48 2008 +0000
+++ b/x11/gtksourceview2/buildlink3.mk  Fri Feb 22 08:15:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2008/02/20 12:26:07 drochner Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2008/02/22 08:15:47 bjs Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 GTKSOURCEVIEW2_BUILDLINK3_MK:= ${GTKSOURCEVIEW2_BUILDLINK3_MK}+
@@ -13,7 +13,7 @@
 
 .if ${GTKSOURCEVIEW2_BUILDLINK3_MK} == "+"
 BUILDLINK_API_DEPENDS.gtksourceview2+= gtksourceview2>=2.0.2
-BUILDLINK_PKGSRCDIR.gtksourceview2?=   ../../x11/gtksourceview
+BUILDLINK_PKGSRCDIR.gtksourceview2?=   ../../x11/gtksourceview2
 .endif # GTKSOURCEVIEW2_BUILDLINK3_MK
 
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index