diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-30 17:10:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-30 17:10:16 +0000 |
commit | 47b3573672f041d4d6e0396f281483612941c3cc (patch) | |
tree | 49a8765cef1f543311623257f65310d2363c4ab7 /fonts/Xft2 | |
parent | 88588c9c0b2c39b09f4fcbbcaf6c56008564ad7a (diff) | |
download | pkgsrc-47b3573672f041d4d6e0396f281483612941c3cc.tar.gz |
Allow the last known version information to match all future versions of
XFree86 until we know for certain that it's different. This makes us more
bulletproof to updates in xsrc.
Diffstat (limited to 'fonts/Xft2')
-rw-r--r-- | fonts/Xft2/builtin.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/Xft2/builtin.mk b/fonts/Xft2/builtin.mk index 75c857dbcc8..dcff3f983ff 100644 --- a/fonts/Xft2/builtin.mk +++ b/fonts/Xft2/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.3 2004/03/30 17:04:06 jlam Exp $ +# $NetBSD: builtin.mk,v 1.4 2004/03/30 17:10:16 jlam Exp $ _X11_TMPL= ${X11BASE}/lib/X11/config/X11.tmpl @@ -24,6 +24,7 @@ IS_BUILTIN.Xft2!= \ # _XFT2_VERSIONS= 2.1.2 2.1.1 2.1.0 _XFT2_2.1.0= 4.2.99.* 4.3 4.3.[0-9] 4.3.[0-9].* 4.3.[1-8][0-9]* 4.3.9[0-8]* +_XFT2_2.1.0+= 4.3.99.* 4.[4-9]* 4.[1-9][0-9]* . if !defined(XF86_VERSION) _X11_CONFIG_VERSION_DEF= ${X11BASE}/lib/X11/config/version.def XF86_VERSION= 3.3 |