summaryrefslogtreecommitdiff
path: root/comms/pilotmgr
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2004-03-26 22:40:01 +0000
committerrh <rh@pkgsrc.org>2004-03-26 22:40:01 +0000
commit75a70ec717c92dd37ed61c9590dacadd8cdcd57e (patch)
tree337a4b832841dbd0a88904905af7bb24b943a852 /comms/pilotmgr
parentac8c34ceebf61c0f838c2c016fa9a6fef43f0872 (diff)
downloadpkgsrc-75a70ec717c92dd37ed61c9590dacadd8cdcd57e.tar.gz
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 (limited to 'comms/pilotmgr')
-rw-r--r--comms/pilotmgr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile
index b183714ed87..ebf3a198f90 100644
--- a/comms/pilotmgr/Makefile
+++ b/comms/pilotmgr/Makefile
@@ -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 @@ MAINTAINER= tron@NetBSD.org
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