diff options
author | dholland <dholland@pkgsrc.org> | 2013-06-23 18:12:46 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-06-23 18:12:46 +0000 |
commit | ef8bfca80bb3a259af874870cd66a41b511c43b7 (patch) | |
tree | 33b719c0f1de23a4b0e5dd1b13d431aea6dca50d /graphics | |
parent | 1ede5e6d75348fa42e34fb80ede251b3b193eb56 (diff) | |
download | pkgsrc-ef8bfca80bb3a259af874870cd66a41b511c43b7.tar.gz |
Add p5-Perl4-CoreLibs to fix "Can't locate ctime.pl in @INC".
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gri/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile index 79b35dfeefd..9c0cecdb8af 100644 --- a/graphics/gri/Makefile +++ b/graphics/gri/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2013/05/31 12:41:06 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2013/06/23 18:12:46 dholland Exp $ DISTNAME= gri-2.12.23 PKGREVISION= 4 @@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v3 BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk BUILD_DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex +BUILD_DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs USE_LANGUAGES= c c++ USE_TOOLS+= aclocal autoconf automake gmake gs:run makeinfo perl |