summaryrefslogtreecommitdiff
path: root/graphics/p5-GD/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-11-01 03:32:56 +0000
committerjlam <jlam@pkgsrc.org>1999-11-01 03:32:56 +0000
commita9b1dc3cc31c4e5b7dc2307362d98508f56c4d19 (patch)
tree652f9e21ac226a5872a5aadadaab0b16561b94a6 /graphics/p5-GD/Makefile
parent61a5c84807787f7e43d2b5599d41196ffc817662 (diff)
downloadpkgsrc-a9b1dc3cc31c4e5b7dc2307362d98508f56c4d19.tar.gz
* Update p5-GD to 1.22.
* Modify to support gd-1.7.3. WHAT's NEW IN 1.22 - added support for statically linked libgd.a, which is now default for libgd 1.7.3 (grrrr) - added newFromGd2Part() and newFromXPM() methods
Diffstat (limited to 'graphics/p5-GD/Makefile')
-rw-r--r--graphics/p5-GD/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile
index 55bc6f04e99..d5474ec5a55 100644
--- a/graphics/p5-GD/Makefile
+++ b/graphics/p5-GD/Makefile
@@ -1,21 +1,19 @@
-# $NetBSD: Makefile,v 1.2 1999/09/03 17:35:20 kim Exp $
+# $NetBSD: Makefile,v 1.3 1999/11/01 03:32:56 jlam Exp $
#
-DISTNAME= GD-1.21
+DISTNAME= GD-1.22
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/GD/
+HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/GD/GD.html
-DEPENDS+= freetype-1.1:../../graphics/freetype
-DEPENDS+= gd-1.6.3:../../graphics/gd
-DEPENDS+= png-1.0.3:../../graphics/png
+DEPENDS+= gd-1.7.3:../../graphics/gd
USE_PERL5= yes
do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include "../../mk/bsd.pkg.mk"