diff options
author | asami <asami@FreeBSD.org> | 1996-06-03 00:13:01 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-06-03 00:13:01 +0000 |
commit | 8e48bd97362aef14cbd62b44f50b6b553b502486 (patch) | |
tree | b098e25b5a15b389e121c96f56d08fb3e41cc369 /graphics/xpdf | |
parent | be9bc5466cad0fa893906af17f300e25254afc93 (diff) | |
download | FreeBSD-ports-8e48bd97362aef14cbd62b44f50b6b553b502486.zip FreeBSD-ports-8e48bd97362aef14cbd62b44f50b6b553b502486.tar.gz |
Fix "version required" comment.
How do you think I found this out? It's a long story, but here's the
short version (no pun intended):
I had this upgraded to 0.5 on my machine, and had sent it to Chuck for
a review. Then Peter did an upgrade. So I did a "cvs update", which
showed one conflict (date in patch, understandable).
However, when I did a "cvs diff", it showed that Peter had forgotten
something. So here it is. :)
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 91c671c..d582855 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: xpdf -# Version required: 0.4 +# Version required: 0.5 # Date created: 02 Feb 1996 # Whom: chuckr@glue.umd.edu # -# $Id: Makefile,v 1.4 1996/05/04 01:42:19 asami Exp $ +# $Id: Makefile,v 1.5 1996/05/30 11:11:10 peter Exp $ # DISTNAME= xpdf-0.5 |