pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/liboldXrandr Fix path to self in BUILDLINK_PKGSRCD...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a030b602b03
branches:  trunk
changeset: 529305:0a030b602b03
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed May 30 16:00:51 2007 +0000

description:
Fix path to self in BUILDLINK_PKGSRCDIR.Xrandr after move of this
package from x11/Xrandr to x11/liboldXrandr.

diffstat:

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

diffs (18 lines):

diff -r 02fa6a2ee09f -r 0a030b602b03 x11/liboldXrandr/buildlink3.mk
--- a/x11/liboldXrandr/buildlink3.mk    Wed May 30 14:09:08 2007 +0000
+++ b/x11/liboldXrandr/buildlink3.mk    Wed May 30 16:00:51 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2007/05/30 01:22:12 schmonz Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2007/05/30 16:00:51 seb Exp $
 
 .include "../../mk/bsd.fast.prefs.mk"
 
@@ -16,7 +16,7 @@
 .if !empty(XRANDR_BUILDLINK3_MK:M+)
 BUILDLINK_API_DEPENDS.Xrandr+= Xrandr>=0.99
 BUILDLINK_ABI_DEPENDS.Xrandr+= Xrandr>=1.0.2nb3
-BUILDLINK_PKGSRCDIR.Xrandr?=   ../../x11/Xrandr
+BUILDLINK_PKGSRCDIR.Xrandr?=   ../../x11/liboldXrandr
 .endif # XRANDR_BUILDLINK3_MK
 
 .include "../../x11/libXrender/buildlink3.mk"



Home | Main Index | Thread Index | Old Index