diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-14 18:22:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-14 18:22:38 +0000 |
commit | e67964cf0dda695d409f37a1f11d4becf7586eb8 (patch) | |
tree | cbdd6e19e1e39dec19e1b2cab132734fb8a86b2b /graphics/gd/Makefile | |
parent | 7adf79abce3ccca7b34e224f0226c37160214098 (diff) | |
download | pkgsrc-e67964cf0dda695d409f37a1f11d4becf7586eb8.tar.gz |
This package installs a perl script. Add a dependency on perl using USE_TOOLS.
Bump PKGREVISION.
Diffstat (limited to 'graphics/gd/Makefile')
-rw-r--r-- | graphics/gd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 1363a52b99c..f8cbbe6b54c 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -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 @@ COMMENT= Graphics library for the dynamic creation of images PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= YES +USE_TOOLS+= perl:run GNU_CONFIGURE= YES REPLACE_PERL+= bdftogd PTHREAD_AUTO_VARS= yes |