diff options
author | joerg <joerg@pkgsrc.org> | 2007-05-21 09:59:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-05-21 09:59:56 +0000 |
commit | d8c50e629dd952126528b4fe50d169ff734e5580 (patch) | |
tree | 6a2e7f477397bbefae67aaba17cd09eadc1cfcd3 /mail | |
parent | dea2c4afea891db76cf153ed80621d7ff64b1295 (diff) | |
download | pkgsrc-d8c50e629dd952126528b4fe50d169ff734e5580.tar.gz |
Use relational dependency instead of rrdtool-1*. Bump revision.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailgraph/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile index e990116284f..7ebbadb2e06 100644 --- a/mail/mailgraph/Makefile +++ b/mail/mailgraph/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2006/06/18 01:02:45 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2007/05/21 09:59:56 joerg Exp $ # DISTNAME= mailgraph-1.12 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= http://people.ee.ethz.ch/~dws/software/mailgraph/pub/ \ http://people.ee.ethz.ch/~dws/software/mailgraph/pub/old/ @@ -11,7 +11,7 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://people.ee.ethz.ch/~dws/software/mailgraph/ COMMENT= RRDtool frontend for mail statistics -DEPENDS+= rrdtool-1*:../../databases/rrdtool +DEPENDS+= rrdtool>=1:../../databases/rrdtool DEPENDS+= p5-File-Tail-[0-9]*:../../misc/p5-File-Tail USE_TOOLS+= perl:run |