summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/autoconvert/Makefile5
-rw-r--r--fonts/oto/Makefile7
-rw-r--r--x11/gtk-engines/Makefile7
3 files changed, 11 insertions, 8 deletions
diff --git a/converters/autoconvert/Makefile b/converters/autoconvert/Makefile
index 144e4b7da8a..81c98a05094 100644
--- a/converters/autoconvert/Makefile
+++ b/converters/autoconvert/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/06/19 09:25:25 agc Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/09 14:09:33 wiz Exp $
DISTNAME= autoconvert-0.3.13
CATEGORIES= converters
@@ -8,6 +8,7 @@ MAINTAINER= rxg@netbsd.org
HOMEPAGE= http://banyan.dlut.edu.cn/~ygh/
COMMENT= Intelligent Chinese encoding converter
+USE_BUILDLINK2= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
@@ -16,5 +17,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/procmailrc.example ${WRKSRC}/shed.* \
${PREFIX}/share/examples/autoconvert
-.include "../../devel/libgetopt/buildlink.mk"
+.include "../../devel/libgetopt/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
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"
diff --git a/x11/gtk-engines/Makefile b/x11/gtk-engines/Makefile
index 6df87ffbf9b..3e46f454074 100644
--- a/x11/gtk-engines/Makefile
+++ b/x11/gtk-engines/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/03/13 17:37:57 fredb Exp $
+# $NetBSD: Makefile,v 1.11 2002/10/09 14:09:28 wiz Exp $
DISTNAME= gtk-engines-0.12
PKGREVISION= 1
@@ -10,12 +10,13 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= Theme engines for GTK+
GNU_CONFIGURE= # defined
+USE_BUILDLINK2= # defined
USE_X11BASE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
BUILDLINK_DEPENDS.gtk= gtk+>=1.2.9
-.include "../../x11/gtk/buildlink.mk"
-.include "../../graphics/imlib/buildlink.mk"
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../graphics/imlib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"