Use a wildcard dependency instead of hard-coding just p5-Net-1.0703.
This commit is contained in:
parent
2af02a434a
commit
df35efafd0
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2001/03/27 03:20:05 hubertf Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2001/09/27 03:54:50 jlam Exp $
|
||||
|
||||
DISTNAME= MailTools-1.15
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
|||
MAINTAINER= packages@netbsd.org
|
||||
COMMENT= perl5 modules related to mail applications
|
||||
|
||||
BUILD_DEPENDS+= p5-Net-1.0703:../../net/p5-Net
|
||||
BUILD_DEPENDS+= p5-Net>=1.0703:../../net/p5-Net
|
||||
|
||||
USE_PERL5= # defined
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Mail/.packlist
|
||||
|
|
Loading…
Reference in a new issue