pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXau Force libXau 1.0 or newer.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/078f4a4b792d
branches:  trunk
changeset: 521857:078f4a4b792d
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Nov 25 00:02:08 2006 +0000

description:
Force libXau 1.0 or newer.

It had 0.1 (maybe a typo) which, using old libXau from pkgsrc-wip,
to be used that had a broken xau.pc.

diffstat:

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

diffs (18 lines):

diff -r 42cb9bfc34ed -r 078f4a4b792d x11/libXau/buildlink3.mk
--- a/x11/libXau/buildlink3.mk  Fri Nov 24 23:05:56 2006 +0000
+++ b/x11/libXau/buildlink3.mk  Sat Nov 25 00:02:08 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 17:56:32 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2006/11/25 00:02:08 reed Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 LIBXAU_BUILDLINK3_MK:= ${LIBXAU_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
 BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXau
 
 .if ${LIBXAU_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.libXau+= libXau>=0.1
+BUILDLINK_API_DEPENDS.libXau+= libXau>=1.0
 BUILDLINK_PKGSRCDIR.libXau?=   ../../x11/libXau
 .endif # LIBXAU_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index