summaryrefslogtreecommitdiff
path: root/fonts/oto
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/oto')
-rw-r--r--fonts/oto/Makefile7
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"