pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/pilotmgr Check Perl pre-requisites last. This w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b9dea129a87
branches:  trunk
changeset: 471336:6b9dea129a87
user:      rh <rh%pkgsrc.org@localhost>
date:      Fri Mar 26 22:40:01 2004 +0000

description:
Check Perl pre-requisites last.  This way, avoid pulling in perl-5.6.x
first and then a package that might require perl-5.8.x.

Should fix bulk builds.

diffstat:

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

diffs (21 lines):

diff -r 555e91a93663 -r 6b9dea129a87 comms/pilotmgr/Makefile
--- a/comms/pilotmgr/Makefile   Fri Mar 26 22:24:35 2004 +0000
+++ b/comms/pilotmgr/Makefile   Fri Mar 26 22:40:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/01/20 12:10:01 agc Exp $
+# $NetBSD: Makefile,v 1.26 2004/03/26 22:40:01 rh Exp $
 
 DISTNAME=      pilotmgr-1.107p2
 PKGNAME=       pilotmgr-1.107.2
@@ -11,10 +11,10 @@
 HOMEPAGE=      http://www.moshpit.org/pilotmgr/
 COMMENT=       Synchronize databases on any 3Com Palm device
 
-DEPENDS+=      {p5-Data-Dumper-[0-9]*,perl>=5.6.1nb2}:${PERL5_PKGSRCDIR}
 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}
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME:C/-.*$//}
 USE_BUILDLINK2=                YES



Home | Main Index | Thread Index | Old Index