diff options
author | tron <tron@pkgsrc.org> | 2013-06-05 08:13:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2013-06-05 08:13:56 +0000 |
commit | c3ae8708269c478170550bf5c87bac4d6be43ae2 (patch) | |
tree | b8344c3c36e1600de41365adf05289b0bd0059d6 /graphics/cairo/Makefile | |
parent | a3113f49f1172a24ef2a55e1802996e4e9a51184 (diff) | |
download | pkgsrc-c3ae8708269c478170550bf5c87bac4d6be43ae2.tar.gz |
Remove dependence on "Xft2" package. "cairo" doesn't use this library.
Bump the package revision because of this change.
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 406c7dd80e9..cdf643366f2 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.128 2013/06/04 22:16:14 tron Exp $ +# $NetBSD: Makefile,v 1.129 2013/06/05 08:13:56 tron Exp $ DISTNAME= cairo-1.12.14 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ EXTRACT_SUFX= .tar.xz |