diff options
author | tron <tron@pkgsrc.org> | 1999-12-02 22:00:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-12-02 22:00:02 +0000 |
commit | 2391e2a58455c6904d933d2e3a8d5d2553f5a5d1 (patch) | |
tree | a53e22814befff90e93b14382c5ae80e65b9e106 /comms | |
parent | 3852afa32ff73935a582d8bf8fe2b73183aff653 (diff) | |
download | pkgsrc-2391e2a58455c6904d933d2e3a8d5d2553f5a5d1.tar.gz |
Use wildcard dependences and depend on "p5-Digest-MD5" package instead of
"p5-MD5" package.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/pilotmgr/Makefile | 10 |
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 |