diff options
author | snj <snj@pkgsrc.org> | 2004-04-26 04:36:24 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-26 04:36:24 +0000 |
commit | 73e5ca73f346a157329b467ba169630497bf5927 (patch) | |
tree | a77a6ccca230bb1421067e6fe650aed96f5a762f /graphics/xzgv | |
parent | 4bfb8f0750c227c7e48b9b2dfe9739477ddfcd3b (diff) | |
download | pkgsrc-73e5ca73f346a157329b467ba169630497bf5927.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'graphics/xzgv')
-rw-r--r-- | graphics/xzgv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile index 7bd8efbc645..3e87ecee47b 100644 --- a/graphics/xzgv/Makefile +++ b/graphics/xzgv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/01/24 15:46:44 grant Exp $ +# $NetBSD: Makefile,v 1.23 2004/04/26 04:36:24 snj Exp $ DISTNAME= xzgv-0.7 PKGREVISION= 4 @@ -13,7 +13,7 @@ COMMENT= Image viewer USE_MAKEINFO= YES INFO_FILES= xzgv -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11BASE= yes USE_GNU_TOOLS+= make @@ -24,5 +24,5 @@ do-install: @for f in xzgv xzgv-1 xzgv-2 xzgv-3 ; do \ ${INSTALL_DATA} ${WRKSRC}/doc/$$f ${PREFIX}/info ; done -.include "../../graphics/imlib/buildlink2.mk" +.include "../../graphics/imlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |