summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/yudit/Makefile9
-rw-r--r--fonts/ttftot42/Makefile5
-rw-r--r--fonts/ttmkfdir/Makefile6
-rw-r--r--print/bg5ps/Makefile5
4 files changed, 13 insertions, 12 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile
index be5dd4c223d..91028341205 100644
--- a/editors/yudit/Makefile
+++ b/editors/yudit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/04/04 20:09:55 jdolecek Exp $
+# $NetBSD: Makefile,v 1.6 2002/10/10 00:05:41 wiz Exp $
#
DISTNAME= yudit-2.5
@@ -9,10 +9,9 @@ MAINTAINER= wulf@netbsd.org
HOMEPAGE= http://yudit.org/
COMMENT= Unicode Text Editor
-USE_BUILDLINK_ONLY= yes
-
-USE_X11BASE= yes
+USE_BUILDLINK2= yes
USE_GMAKE= yes
+USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-x
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
@@ -20,5 +19,5 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
post-configure:
cd ${WRKSRC}/gui/locale && mv cz cs
-.include "../../graphics/freetype-lib/buildlink.mk"
+.include "../../graphics/freetype-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/ttftot42/Makefile b/fonts/ttftot42/Makefile
index 9c4a514523e..f46d93fb9ad 100644
--- a/fonts/ttftot42/Makefile
+++ b/fonts/ttftot42/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/07/16 15:26:01 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/10 00:00:44 wiz Exp $
#
DISTNAME= ttftot42-0.3.1
@@ -10,7 +10,8 @@ HOMEPAGE= http://ftp.giga.or.at/pub/nih/ttftot42/
COMMENT= TrueType font to Type 42 converter
GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
CPPFLAGS+= -I${BUILDLINK_DIR}/include/freetype
-.include "../../graphics/freetype-lib/buildlink.mk"
+.include "../../graphics/freetype-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/ttmkfdir/Makefile b/fonts/ttmkfdir/Makefile
index a9d186ee02a..3a028029be4 100644
--- a/fonts/ttmkfdir/Makefile
+++ b/fonts/ttmkfdir/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/07/02 13:06:27 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/09 23:59:49 wiz Exp $
#
DISTNAME= ttmkfdir
@@ -11,10 +11,10 @@ HOMEPAGE= http://www.joerg-pommnitz.de/TrueType/xfsft.html
COMMENT= tool that creates a fonts.scale file
WRKSRC= ${WRKDIR}
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin
-.include "../../graphics/freetype-lib/buildlink.mk"
+.include "../../graphics/freetype-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/bg5ps/Makefile b/print/bg5ps/Makefile
index d6137d191f9..1b5b3387b09 100644
--- a/print/bg5ps/Makefile
+++ b/print/bg5ps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/09/21 23:46:55 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/10 00:01:46 wiz Exp $
DISTNAME= bg5ps-1.3.0
CATEGORIES= print converters
@@ -11,6 +11,7 @@ COMMENT= convert Big5/GB encoded files to postscript
DEPENDS+= arphic-ttf-2.11:../../fonts/arphic-ttf
+USE_BUILDLINK2= yes
PKG_SYSCONFSUBDIR?= bg5ps
post-patch:
@@ -18,5 +19,5 @@ post-patch:
${WRKSRC}/bg5ps > ${WRKSRC}/bg5ps.new
.include "../../lang/python/extension.mk"
-.include "../../graphics/freetype-lib/buildlink.mk"
+.include "../../graphics/freetype-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"