diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-26 21:30:23 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-26 21:30:23 +0800 |
commit | 23551cb716107ab777785c578b095ccb288d4efb (patch) | |
tree | 6a7af24a5933a601356359eab30ebd92141cd0fc | |
parent | 8b46fc6f35591b6fccc5f89e8daf53da0495553c (diff) | |
download | freebsd-ports-gnome-23551cb716107ab777785c578b095ccb288d4efb.tar.gz freebsd-ports-gnome-23551cb716107ab777785c578b095ccb288d4efb.tar.zst freebsd-ports-gnome-23551cb716107ab777785c578b095ccb288d4efb.zip |
fix typo
bump portrevision
PR: 38561
Submitted by: maintaine
-rw-r--r-- | mail/mailgraph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile index 2b322551feab..f07f7981df1a 100644 --- a/mail/mailgraph/Makefile +++ b/mail/mailgraph/Makefile @@ -7,6 +7,7 @@ PORTNAME= mailgraph PORTVERSION= 0.19 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://people.ee.ethz.ch/~dws/software/mailgraph/pub/ @@ -15,7 +16,7 @@ MAINTAINER= gslin@ccca.nctu.edu.tw NO_BUILD= yes NO_STRIP= yes -RUN_DEPEND= ${SITE_PERL}/RRDs.pm:${PORTSDIR}/net/rrdtool \ +RUN_DEPENDS= ${SITE_PERL}/RRDs.pm:${PORTSDIR}/net/rrdtool \ ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail do-install: |