diff options
author | adam <adam@pkgsrc.org> | 2004-01-05 15:30:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-01-05 15:30:16 +0000 |
commit | 30f7dd55024f9da792750ad9a60e8b5e3927ef69 (patch) | |
tree | cc48483f519415588ca730b77df4fe5faef94e57 /graphics/gd/Makefile | |
parent | d916fe5c4ef5b0abf9bbe6d316be8d9a56d8306f (diff) | |
download | pkgsrc-30f7dd55024f9da792750ad9a60e8b5e3927ef69.tar.gz |
Changes 2.0.17:
minor compilation and packaging problem fixed
Changes 2.0.16:
Adds polar coordinate transformation, text on a circle, thread safety
truetype font output, performance optimizations, correct compilation
with the latest versions of freetype, and many fixes
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index f3bf21fbe0e..10369e7b3a9 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.41 2003/11/06 19:25:09 gavan Exp $ +# $NetBSD: Makefile,v 1.42 2004/01/05 15:30:16 adam Exp $ # -DISTNAME= gd-2.0.15 +DISTNAME= gd-2.0.17 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.boutell.com/gd/ -COMMENT= Graphics library for fast PNG creation +COMMENT= Graphics library for the dynamic creation of images USE_BUILDLINK2= YES USE_LIBTOOL= YES @@ -15,6 +15,7 @@ USE_X11= YES GNU_CONFIGURE= YES REPLACE_PERL= bdftogd LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +LIBS+= -lpthread .include "../../devel/zlib/buildlink2.mk" .include "../../graphics/freetype2/buildlink2.mk" @@ -22,4 +23,5 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../graphics/png/buildlink2.mk" .include "../../graphics/xpm/buildlink2.mk" +#.include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |