diff options
author | tron <tron> | 2004-12-16 04:10:37 +0000 |
---|---|---|
committer | tron <tron> | 2004-12-16 04:10:37 +0000 |
commit | 1b5da2cb51516af243b9e431434ffebe8ce4d028 (patch) | |
tree | b6aa0c69f9a0a48b56ed7582bc7c9d785e55c8f7 /comms | |
parent | e3435f46c0a4e4d71e6dcee628b99d63eec5bffc (diff) | |
download | pkgsrc-1b5da2cb51516af243b9e431434ffebe8ce4d028.tar.gz |
Undo last change because "perl-thread" package has been removed.
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 be61f2057ad..c32973f7be1 100644 --- a/comms/pilotmgr/Makefile +++ b/comms/pilotmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/11/13 21:12:49 tron Exp $ +# $NetBSD: Makefile,v 1.29 2004/12/16 04:10:37 tron 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{,-thread}>=5.6.1nb2}:${PERL5_PKGSRCDIR} +DEPENDS+= {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:${PERL5_PKGSRCDIR} WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*$//} USE_BUILDLINK3= YES |