diff options
author | reed <reed@pkgsrc.org> | 2007-02-28 03:19:09 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2007-02-28 03:19:09 +0000 |
commit | 4b01cb391e4275e769a231c828e912d98d2f1400 (patch) | |
tree | 0d74feb17d5a0c7fce9f8270897177602dbf6dc6 /x11 | |
parent | 60d3b5b4231bc0bf4fd514d09b711afb300a45b8 (diff) | |
download | pkgsrc-4b01cb391e4275e769a231c828e912d98d2f1400.tar.gz |
Update the BUILDLINK_API_DEPENDS.libXt to at least the first
official modular Xorg release of libXt.
This is so the xt.pc pkg-config file will have "appdefaultdir"
defined.
(I am guessing I am the only person in the pkgsrc world with this problem
since I have systems with libXt from xlibs days.)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXt/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXt/buildlink3.mk b/x11/libXt/buildlink3.mk index f21c6dea313..76cef3e3013 100644 --- a/x11/libXt/buildlink3.mk +++ b/x11/libXt/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2006/11/05 16:55:28 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2007/02/28 03:19:09 reed Exp $ .include "../../mk/bsd.fast.prefs.mk" @@ -18,7 +18,7 @@ BUILDLINK_PACKAGES+= libXt BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXt .if ${LIBXT_BUILDLINK3_MK} == "+" -BUILDLINK_API_DEPENDS.libXt+= libXt>=0.99.2 +BUILDLINK_API_DEPENDS.libXt+= libXt>=1.0.0 BUILDLINK_PKGSRCDIR.libXt?= ../../x11/libXt .endif # LIBXT_BUILDLINK3_MK |