diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 02:29:06 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 02:29:06 +0000 |
commit | 6021945c0549428131403bd0e80016b78f5bb0a8 (patch) | |
tree | 484522e115593b14127ec3df56a70d7247f46b87 /graphics/hp2xx | |
parent | 58203b1ed64ebad0b6adc84f60ac0a7072f0585e (diff) | |
download | pkgsrc-6021945c0549428131403bd0e80016b78f5bb0a8.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'graphics/hp2xx')
-rw-r--r-- | graphics/hp2xx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile index d672cf0c5bf..3918dc5e426 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" |