diff options
author | wiz <wiz> | 2002-10-09 14:09:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-09 14:09:28 +0000 |
commit | 133b5a721c81b593caeeb4d6851ebd39fd6173ba (patch) | |
tree | da0305d5d940a233f1d3dcbf69ee3c5ab98adc87 /fonts/oto/Makefile | |
parent | 322fff064783c5f2d1da28bb476e7cb97695099c (diff) | |
download | pkgsrc-133b5a721c81b593caeeb4d6851ebd39fd6173ba.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'fonts/oto/Makefile')
-rw-r--r-- | fonts/oto/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fonts/oto/Makefile b/fonts/oto/Makefile index c4e31c8a044..0994821485b 100644 --- a/fonts/oto/Makefile +++ b/fonts/oto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/10 16:06:41 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/09 14:13:56 wiz Exp $ # DISTNAME= oto-0.4 @@ -11,12 +11,13 @@ HOMEPAGE= http://sourceforge.net/projects/oto/ COMMENT= list and modify OpenType font files GNU_CONFIGURE= yes +USE_BUILDLINK2= yes USE_GMAKE= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/oto ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/oto -.include "../../converters/libiconv/buildlink.mk" -.include "../../devel/libgetopt/buildlink.mk" +.include "../../converters/libiconv/buildlink2.mk" +.include "../../devel/libgetopt/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |