pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gd This package installs a perl script. Add ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e791c6ab911f
branches:  trunk
changeset: 512712:e791c6ab911f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 14 18:22:38 2006 +0000

description:
This package installs a perl script.  Add a dependency on perl using USE_TOOLS.

Bump PKGREVISION.

diffstat:

 graphics/gd/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 5e319f7ab952 -r e791c6ab911f graphics/gd/Makefile
--- a/graphics/gd/Makefile      Sun May 14 18:19:08 2006 +0000
+++ b/graphics/gd/Makefile      Sun May 14 18:22:38 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2006/05/14 18:19:08 minskim Exp $
+# $NetBSD: Makefile,v 1.69 2006/05/14 18:22:38 minskim Exp $
 
 DISTNAME=      gd-2.0.33
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.boutell.com/gd/http/
 
@@ -12,6 +12,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_LIBTOOL=           YES
+USE_TOOLS+=            perl:run
 GNU_CONFIGURE=         YES
 REPLACE_PERL+=         bdftogd
 PTHREAD_AUTO_VARS=     yes



Home | Main Index | Thread Index | Old Index