diff options
author | snj <snj@pkgsrc.org> | 2004-04-21 04:46:44 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-21 04:46:44 +0000 |
commit | 9a61342102bb024c2672fafe31fded74b5ffb835 (patch) | |
tree | 7ebc4d9ecc259a5f6db9da49723ca7a1cce8f19f /graphics/xli | |
parent | 83da6694747431ecdf678ef7d52240593395dc8d (diff) | |
download | pkgsrc-9a61342102bb024c2672fafe31fded74b5ffb835.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'graphics/xli')
-rw-r--r-- | graphics/xli/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index 79f21dd1c10..ddccbc67010 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/12/22 04:46:15 fredb Exp $ +# $NetBSD: Makefile,v 1.22 2004/04/21 04:48:44 snj Exp $ DISTNAME= xli-1.17.0 CATEGORIES= graphics x11 @@ -7,9 +7,9 @@ MASTER_SITES= http://pantransit.reptiles.org/prog/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Version of xloadimage, an X11 Image Loading Utility -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES -.include "../../graphics/jpeg/buildlink2.mk" -.include "../../graphics/png/buildlink2.mk" +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |