diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-16 21:05:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-16 21:05:57 +0000 |
commit | f8b40242727c3873b1baf351a2c186a1f39c599a (patch) | |
tree | 505918755ec55bf5a7de822076af631d80c59109 /fonts/Xft2/Makefile | |
parent | 4669f7fef14f84fc84bc1a219043030019337ed9 (diff) | |
download | pkgsrc-f8b40242727c3873b1baf351a2c186a1f39c599a.tar.gz |
Xft2 only needs Xrender>=0.8.
Diffstat (limited to 'fonts/Xft2/Makefile')
-rw-r--r-- | fonts/Xft2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index 714f178e758..654993de7e7 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/02/16 12:49:29 jlam Exp $ -# +# $NetBSD: Makefile,v 1.28 2004/02/16 21:05:57 jlam Exp $ DISTNAME= xft-2.1.2 PKGNAME= Xft2-2.1.2 @@ -21,7 +20,7 @@ USE_GNU_TOOLS+= awk PKGCONFIG_OVERRIDE= xft.pc.in MAKE_ENV+= EGREP="${EGREP}" -BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8.2 +BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8 .include "../../devel/pkgconfig/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" |