diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 14:09:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 14:09:28 +0000 |
commit | 9dc30a6fec0e837ff53877d51b44a8ab37766b96 (patch) | |
tree | da0305d5d940a233f1d3dcbf69ee3c5ab98adc87 /fonts/oto | |
parent | 730d75a79ff006fefa8e004d2da5702fc045662e (diff) | |
download | pkgsrc-9dc30a6fec0e837ff53877d51b44a8ab37766b96.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'fonts/oto')
-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" |