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 | 23115906f8ec05cfa669b819be8e5c220d30c639 (patch) | |
tree | 7ebc4d9ecc259a5f6db9da49723ca7a1cce8f19f /graphics | |
parent | a3e8d73ab385388fabb4e70bd0f9ac65e067c104 (diff) | |
download | pkgsrc-23115906f8ec05cfa669b819be8e5c220d30c639.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/resize_image/Makefile | 6 | ||||
-rw-r--r-- | graphics/wmphoto/Makefile | 6 | ||||
-rw-r--r-- | graphics/xdvipresent/Makefile | 6 | ||||
-rw-r--r-- | graphics/xli/Makefile | 8 |
4 files changed, 13 insertions, 13 deletions
diff --git a/graphics/resize_image/Makefile b/graphics/resize_image/Makefile index 38e95083537..0caf4e142c4 100644 --- a/graphics/resize_image/Makefile +++ b/graphics/resize_image/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/24 15:46:44 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/21 04:52:54 snj Exp $ # DISTNAME= resize_image-0.6 @@ -9,12 +9,12 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://lab.erasme.org/resize_image/ COMMENT= Fast image resizing tool -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make CFLAGS+= -DUNIX do-install: ${INSTALL_PROGRAM} ${WRKSRC}/resize_image ${PREFIX}/bin -.include "../../graphics/jpeg/buildlink2.mk" +.include "../../graphics/jpeg/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/wmphoto/Makefile b/graphics/wmphoto/Makefile index 99a5641e785..c223caca86f 100644 --- a/graphics/wmphoto/Makefile +++ b/graphics/wmphoto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/24 15:46:44 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/21 04:49:29 snj Exp $ # DISTNAME= wmphoto-0.3a @@ -11,7 +11,7 @@ COMMENT= Dock-app that can show you a photo WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/wmphoto USE_X11BASE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make MAKE_ENV+= X11PREFIX=${X11PREFIX} X11BASE=${X11BASE} @@ -20,5 +20,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/wmphoto ${INSTALL_DATA} ${WRKSRC}/../HINTS ${PREFIX}/share/doc/wmphoto -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/xdvipresent/Makefile b/graphics/xdvipresent/Makefile index fe74a83fd31..170b4cd03a0 100644 --- a/graphics/xdvipresent/Makefile +++ b/graphics/xdvipresent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:42 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/21 04:51:52 snj Exp $ # DISTNAME= xdvipresent-0.6p14 @@ -14,7 +14,7 @@ COMMENT= Slide Presentations Using LaTeX/xdvi DEPENDS+= latex2html>=2002.2:../../textproc/latex2html WRKSRC= ${WRKDIR}/xdvipresent -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes NO_BUILD= yes NO_CONFIGURE= yes @@ -35,5 +35,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/doc/xdvipresent_html/* ${HTML_DIR} ${PREFIX}/bin/texconfig rehash -.include "../../print/teTeX-bin/kpathsea.buildlink2.mk" +.include "../../print/teTeX-bin/kpathsea.buildlink3.mk" .include "../../mk/bsd.pkg.mk" 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" |