diff options
author | dholland <dholland@pkgsrc.org> | 2013-06-23 18:17:33 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-06-23 18:17:33 +0000 |
commit | 65cdac77a1b20de263687046acf018ef28bee991 (patch) | |
tree | fdb5bcce1bacc374e34bf3108fd388e188f5976f /misc/nxtvepg | |
parent | cd80cc6024f9310c97333c0c91c9fbf24a63e839 (diff) | |
download | pkgsrc-65cdac77a1b20de263687046acf018ef28bee991.tar.gz |
Add p5-Perl4-CoreLibs to fix "Can't locate ctime.pl in @INC".
Diffstat (limited to 'misc/nxtvepg')
-rw-r--r-- | misc/nxtvepg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile index e3b8a5ebc4e..750fa6580b6 100644 --- a/misc/nxtvepg/Makefile +++ b/misc/nxtvepg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2013/06/06 12:54:49 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2013/06/23 18:17:33 dholland Exp $ DISTNAME= nxtvepg-2.7.6 PKGREVISION= 7 @@ -16,6 +16,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \ NetBSD-[2-9]*-* USE_TOOLS+= gmake perl:run +DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs PTHREAD_AUTO_VARS= yes .include "../../mk/pthread.buildlink3.mk" |