diff options
author | spz <spz@pkgsrc.org> | 2010-10-13 00:11:21 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2010-10-13 00:11:21 +0000 |
commit | dee3b1c11e1b15aa35314555b230db9b62528252 (patch) | |
tree | dd9fd08511e74df3ccc228ea29c770ba70a0daec /graphics/cairo/Makefile | |
parent | ab5fc84fb33afaee53f44973070c577b135a2a0b (diff) | |
download | pkgsrc-dee3b1c11e1b15aa35314555b230db9b62528252.tar.gz |
make the package heed option -x11 again. If you don't specify that, the
package stays the same -> no revision bump.
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 7a8d38a10d2..97fbad379d2 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2010/09/15 12:02:27 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2010/10/13 00:11:21 spz Exp $ DISTNAME= cairo-1.10.0 PKGREVISION= 1 @@ -41,7 +41,6 @@ TEST_TARGET= check .include "../../fonts/fontconfig/buildlink3.mk" BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.1.9 .include "../../graphics/freetype2/buildlink3.mk" -.include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" # include? #.include "../../print/libspectre/buildlink3.mk" |