diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-03 01:55:04 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-03 01:55:04 +0000 |
commit | 097443b3d3cf4bfc549a276f30d621c9d1e05073 (patch) | |
tree | 10b7559331a1e1fec06d0af21bdb55617d4b9509 /graphics/cairo | |
parent | dd5a07bb30f525315a4c1831c256c47fec00f40f (diff) | |
download | pkgsrc-097443b3d3cf4bfc549a276f30d621c9d1e05073.tar.gz |
Bumped PKGREVISION because -lsunmath is not used on Solaris anymore.
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 19ce14ad401..9cb623c9595 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2005/10/26 11:45:30 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2005/11/03 01:55:04 rillig Exp $ DISTNAME= cairo-1.0.2 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ @@ -22,8 +23,6 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc .include "../../mk/bsd.prefs.mk" -LIBS.SunOS+= -lsunmath - .if ${OPSYS} == "Darwin" && exists(/System/Library/Frameworks/Quartz.framework) CONFIGURE_ARGS+= --enable-quartz PLIST_SUBST+= QUARTZ= |