diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-19 15:26:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-19 15:26:03 +0000 |
commit | 3fb11512b997a3c4c8e170e70cfafa4d92b214a3 (patch) | |
tree | 7f2aaf50022a52f08fab78f4039fec3f583615eb /comms | |
parent | 87110dbd7b79c6bd98cfc15aa2088061290c4a34 (diff) | |
download | pkgsrc-3fb11512b997a3c4c8e170e70cfafa4d92b214a3.tar.gz |
PERL5_PKGSRCDIR isn't defined when using the new tools framework. Replace
it with an explicit lang/perl58 reference.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/pilotmgr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile index 5ca4f617da1..8d5cced762b 100644 --- a/comms/pilotmgr/Makefile +++ b/comms/pilotmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/04/11 21:45:07 tv Exp $ +# $NetBSD: Makefile,v 1.32 2005/05/19 15:26:03 jlam Exp $ DISTNAME= pilotmgr-1.107p2 PKGNAME= pilotmgr-1.107.2 @@ -14,7 +14,7 @@ COMMENT= Synchronize databases on any 3Com Palm device DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-Tk-[0-9]*:../../x11/p5-Tk DEPENDS+= p5-pilot-link-[0-9]*:../p5-pilot-link -DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:${PERL5_PKGSRCDIR} +DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:../../lang/perl58 WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*$//} USE_X11= YES |