diff options
author | grant <grant@pkgsrc.org> | 2003-03-01 00:06:41 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-03-01 00:06:41 +0000 |
commit | bd9ad7a33603b13db437a52c2907058c6ec9c610 (patch) | |
tree | 011b2912cb05fa3dfd5c5f00e1d7a3c590cd2743 /graphics/xv/Makefile | |
parent | ca665126df768089d084e345940548368330ea8a (diff) | |
download | pkgsrc-bd9ad7a33603b13db437a52c2907058c6ec9c610.tar.gz |
use imake man page handling so this now works on Darwin, Linux, etc.
bump PKGREVISION.
Diffstat (limited to 'graphics/xv/Makefile')
-rw-r--r-- | graphics/xv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 9dc951d953e..e566277626f 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2003/02/25 05:34:39 grant Exp $ +# $NetBSD: Makefile,v 1.46 2003/03/01 00:06:41 grant Exp $ DISTNAME= xv-3.10a -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics x11 MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ \ ftp://ftp.kuis.kyoto-u.ac.jp/X11/contrib/clients/xv/ \ |