diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-16 21:42:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-16 21:42:00 +0000 |
commit | 5de64dbd7899535787d198515bad13149fe9add5 (patch) | |
tree | 77f9523cd2721ea05a3972c24fea1830f538019a /news | |
parent | 311173fbf871478acc450f35c7997df113632033 (diff) | |
download | pkgsrc-5de64dbd7899535787d198515bad13149fe9add5.tar.gz |
Use more common pattern in dependency.
Diffstat (limited to 'news')
-rw-r--r-- | news/inn/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 8d09aee96c8..51c007e6c94 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2013/05/31 12:41:45 wiz Exp $ +# $NetBSD: Makefile,v 1.113 2013/06/16 21:42:00 wiz Exp $ DISTNAME= inn-2.5.3 PKGREVISION= 3 @@ -60,9 +60,9 @@ USE_TOOLS+= awk egrep gzip perl:run sed sh sort yacc LDFLAGS.SunOS+= -lsocket -lnsl -DEPENDS+= p5-MIME-tools>0:../../mail/p5-MIME-tools -DEPENDS+= p5-GD>0:../../graphics/p5-GD -DEPENDS+= gnupg>0:../../security/gnupg +DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools +DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD +DEPENDS+= gnupg-[0-9]*:../../security/gnupg ## Please note that USE_DESTDIR=yes only works for this package if the user ## and group already exist |