summaryrefslogtreecommitdiff
path: root/comms/pilotmgr
diff options
context:
space:
mode:
authortron <tron>1999-12-02 22:00:02 +0000
committertron <tron>1999-12-02 22:00:02 +0000
commit527f9ac180e9e9c1bb9bf912e12cb139e0676e53 (patch)
treea53e22814befff90e93b14382c5ae80e65b9e106 /comms/pilotmgr
parent20720b0c1620fc718c6161b89ba5f0eb24ad3790 (diff)
downloadpkgsrc-527f9ac180e9e9c1bb9bf912e12cb139e0676e53.tar.gz
Use wildcard dependences and depend on "p5-Digest-MD5" package instead of
"p5-MD5" package.
Diffstat (limited to 'comms/pilotmgr')
-rw-r--r--comms/pilotmgr/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile
index 42ed78cd266..5b9b71ff260 100644
--- a/comms/pilotmgr/Makefile
+++ b/comms/pilotmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1999/10/22 23:31:51 tron Exp $
+# $NetBSD: Makefile,v 1.8 1999/12/02 22:00:02 tron Exp $
DISTNAME= pilotmgr-1.107
PKGNAME= ${DISTNAME}p1
@@ -9,10 +9,10 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.moshpit.org/pilotmgr/
-DEPENDS+= p5-Data-Dumper-2.10:../../devel/p5-Data-Dumper
-DEPENDS+= p5-MD5-1.7:../../security/p5-MD5
-DEPENDS+= p5-Tk-402.002:../../x11/p5-Tk
-DEPENDS+= p5-pilot-link-0.9.3:../p5-pilot-link
+DEPENDS+= p5-Data-Dumper-*:../../devel/p5-Data-Dumper
+DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5
+DEPENDS+= p5-Tk-*:../../x11/p5-Tk
+DEPENDS+= p5-pilot-link-*:../p5-pilot-link
USE_X11= yes
HAS_CONFIGURE= yes