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 | bef70b62edd566e22941ee993188adc1d6e61f73 (patch) | |
tree | 10b7559331a1e1fec06d0af21bdb55617d4b9509 /graphics | |
parent | 8214caad272022f50942d43065bc5486fd21dee0 (diff) | |
download | pkgsrc-bef70b62edd566e22941ee993188adc1d6e61f73.tar.gz |
Bumped PKGREVISION because -lsunmath is not used on Solaris anymore.
Diffstat (limited to 'graphics')
-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= |