diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | d8368bbc25c90072a19b5e48f0fba26251b6877f (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /graphics/p5-GDTextUtil | |
parent | f1b924fda77b6920565e56f54c9391b4dc68f8ca (diff) | |
download | pkgsrc-d8368bbc25c90072a19b5e48f0fba26251b6877f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'graphics/p5-GDTextUtil')
-rw-r--r-- | graphics/p5-GDTextUtil/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/p5-GDTextUtil/Makefile b/graphics/p5-GDTextUtil/Makefile index 25aaf69cb64..082d0ea1b61 100644 --- a/graphics/p5-GDTextUtil/Makefile +++ b/graphics/p5-GDTextUtil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:09:36 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2008/06/20 01:09:22 joerg Exp $ DISTNAME= GDTextUtil-0.86 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,8 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/GDTextUtil/Text.html COMMENT= Perl 5 text utilities for use with the GD drawing package +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-GD>=1.30:../../graphics/p5-GD USE_LANGUAGES= # empty |