pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/pilotmgr Fix dependence so this can be used with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8363a5214971
branches:  trunk
changeset: 483514:8363a5214971
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Nov 13 21:12:49 2004 +0000

description:
Fix dependence so this can be used with the "perl-thread" package.

diffstat:

 comms/pilotmgr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3f2568ec1c50 -r 8363a5214971 comms/pilotmgr/Makefile
--- a/comms/pilotmgr/Makefile   Sat Nov 13 21:11:18 2004 +0000
+++ b/comms/pilotmgr/Makefile   Sat Nov 13 21:12:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/04/11 06:50:19 snj Exp $
+# $NetBSD: Makefile,v 1.28 2004/11/13 21:12:49 tron Exp $
 
 DISTNAME=      pilotmgr-1.107p2
 PKGNAME=       pilotmgr-1.107.2
@@ -14,7 +14,7 @@
 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{,-thread}>=5.6.1nb2}:${PERL5_PKGSRCDIR}
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME:C/-.*$//}
 USE_BUILDLINK3=                YES



Home | Main Index | Thread Index | Old Index