diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /chat/vicq/Makefile | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'chat/vicq/Makefile')
-rw-r--r-- | chat/vicq/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/vicq/Makefile b/chat/vicq/Makefile index 1ef15a1a5d6..3da227cc8f4 100644 --- a/chat/vicq/Makefile +++ b/chat/vicq/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2013/06/12 12:11:48 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2013/12/09 14:17:41 obache Exp $ DISTNAME= vicq-0.4.1 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= chat MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tar.bz2 @@ -11,7 +11,7 @@ HOMEPAGE= http://gonzo.kiev.ua/projects/vicq.old/ COMMENT= Simple icq client written in perl LICENSE= gnu-gpl-v2 -DEPENDS+= p5-Term-ReadLine>=1.11:../../devel/p5-Term-ReadLine +DEPENDS+= {perl>=5.17.7,p5-Term-ReadLine>=1.11}:../../devel/p5-Term-ReadLine PKG_INSTALLATION_TYPES= overwrite pkgviews |