diff options
author | asami <asami@FreeBSD.org> | 1997-06-03 15:15:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-03 15:15:52 +0800 |
commit | 39cc7ca481922eb971d64036f9fbdb788f2cd66a (patch) | |
tree | eac017981bacea12e7e80d2bc9e9341c3a8ee4b5 /graphics/xpdf/Makefile | |
parent | fe4dce5fc900156b38aaa2f76416ad2f15b55634 (diff) | |
download | freebsd-ports-gnome-39cc7ca481922eb971d64036f9fbdb788f2cd66a.tar.gz freebsd-ports-gnome-39cc7ca481922eb971d64036f9fbdb788f2cd66a.tar.zst freebsd-ports-gnome-39cc7ca481922eb971d64036f9fbdb788f2cd66a.zip |
Upgrade to 0.7.
PR: 3712
Submitted by: Vanill Ice <vanilla@Minje.Com.TW>
Diffstat (limited to 'graphics/xpdf/Makefile')
-rw-r--r-- | graphics/xpdf/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 7a0b2d2fab2e..33961c2a8801 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: xpdf -# Version required: 0.6 +# Version required: 0.7 # Date created: 02 Feb 1996 # Whom: chuckr@glue.umd.edu # -# $Id: Makefile,v 1.8 1996/11/29 20:33:16 torstenb Exp $ +# $Id: Makefile,v 1.9 1997/03/21 23:07:01 asami Exp $ # -DISTNAME= xpdf-0.6 +DISTNAME= xpdf-0.7 CATEGORIES= graphics print MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/xpdf/ MAINTAINER= chuckr@glue.umd.edu USE_X11= yes -MAN1= xpdf.1 pdftops.1 +MAN1= xpdf.1 pdftops.1 pdftotext.1 .include <bsd.port.mk> |