summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/fix-mime-charset/Makefile4
-rw-r--r--math/graphopt/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/fix-mime-charset/Makefile b/mail/fix-mime-charset/Makefile
index ddaed5b0735..189099ae765 100644
--- a/mail/fix-mime-charset/Makefile
+++ b/mail/fix-mime-charset/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/12/28 10:34:22 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/18 19:30:52 wiz Exp $
#
DISTNAME= fix-mime-charset-0.5.2
@@ -9,7 +9,7 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://fix-mime-chr.sourceforge.net/
COMMENT= Correct MIME charset type in mail headers
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_PERL5= build
GNU_CONFIGURE= yes
diff --git a/math/graphopt/Makefile b/math/graphopt/Makefile
index dd40e0aa159..f067e505dee 100644
--- a/math/graphopt/Makefile
+++ b/math/graphopt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/04/14 16:15:24 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/18 19:31:38 wiz Exp $
#
DISTNAME= graphopt-0.4.1
@@ -11,7 +11,7 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://schmuhl.org/graphopt/
COMMENT= Optimize graph layouts
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_DIRS+= xdg-1.1
USE_GCC_SHLIB= YES
GNU_CONFIGURE= YES
@@ -20,5 +20,5 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/graphopt
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/graphopt
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"