diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-06-03 00:13:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-06-03 00:13:01 +0000 |
commit | 11781c94df00b096366d33aa70fdedda51d339db (patch) | |
tree | 18c27cd221466a656c634c528409fad9eea1ee17 /graphics/xpdf/Makefile | |
parent | 5c9ca9b7307ea402896362f56f00b73a32d9f19c (diff) | |
download | freebsd-ports-11781c94df00b096366d33aa70fdedda51d339db.zip |
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/Makefile')
-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 91c671c56508..d582855eb394 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 |