diff options
author | dillo <dillo@pkgsrc.org> | 2004-03-29 00:50:41 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2004-03-29 00:50:41 +0000 |
commit | edafe8588e693ac0351b05dfdca5bf3ea671f0c2 (patch) | |
tree | 2ed28436abd23828ecfea8463375425c027748e9 /graphics/xv/Makefile | |
parent | 4636f9b66363fde86ed9483edbf0be3b495b58f4 (diff) | |
download | pkgsrc-edafe8588e693ac0351b05dfdca5bf3ea671f0c2.tar.gz |
Apply longname.patch and fix crash with long file names in visual schnauzer.
Bump package revision.
While here, convert to buildlink 3.
Diffstat (limited to 'graphics/xv/Makefile')
-rw-r--r-- | graphics/xv/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index c5db978e6c4..506a57ae21f 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2004/01/03 18:49:45 reed Exp $ +# $NetBSD: Makefile,v 1.53 2004/03/29 00:50:41 dillo Exp $ DISTNAME= xv-3.10a -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= graphics x11 MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ \ ftp://ftp.kuis.kyoto-u.ac.jp/X11/contrib/clients/xv/ \ @@ -16,7 +16,7 @@ MAINTAINER= dillo@NetBSD.org HOMEPAGE= http://www.trilon.com/xv/ COMMENT= X11 program that displays images of various formats -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES @@ -46,6 +46,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xv ${INSTALL_DATA} ${WRKSRC}/docs/xvdocs.ps ${PREFIX}/share/doc/xv -.include "../../graphics/png/buildlink2.mk" -.include "../../graphics/tiff/buildlink2.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../graphics/tiff/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |