From 6021945c0549428131403bd0e80016b78f5bb0a8 Mon Sep 17 00:00:00 2001 From: snj Date: Sun, 25 Apr 2004 02:29:06 +0000 Subject: [PATCH] Convert to buildlink3. --- graphics/hp2xx/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile index d672cf0c5bf8..3918dc5e4266 100644 --- a/graphics/hp2xx/Makefile +++ b/graphics/hp2xx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/01/20 12:18:16 agc Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/25 02:29:06 snj Exp $ # DISTNAME= hp2xx-3.4.0 @@ -12,13 +12,13 @@ COMMENT= HPGL converter and previewer WRKSRC= ${WRKDIR}/${DISTNAME}/sources USE_X11= yes -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_MAKEINFO= YES INFO_FILES= hp2xx.info post-extract: ${CP} ${WRKSRC}/../makes/generic.mak ${WRKSRC}/Makefile -.include "../../graphics/tiff/buildlink2.mk" -.include "../../graphics/png/buildlink2.mk" +.include "../../graphics/tiff/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../mk/bsd.pkg.mk"