summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/ruby-mysql/Makefile11
-rw-r--r--net/flow-tools/Makefile7
2 files changed, 10 insertions, 8 deletions
diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile
index b1d2700bc8b..fee6f4d0345 100644
--- a/databases/ruby-mysql/Makefile
+++ b/databases/ruby-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/03/21 04:48:05 fredb Exp $
+# $NetBSD: Makefile,v 1.3 2002/10/10 11:55:09 wiz Exp $
#
DISTNAME= mysql-ruby-2.4.2
@@ -11,12 +11,12 @@ MAINTAINER= neumann@s-direktnet.de
HOMEPAGE= http://www.tmtm.org/mysql/ruby/
COMMENT= Ruby extension for MySQL
-DEPENDS+= ruby-base>=1.6.7nb1:../../lang/ruby-base
+USE_BUILDLINK2= yes
DIST_SUBDIR= ruby
USE_RUBY_EXTCONF= yes
-CONFIGURE_ARGS+= --with-mysql-include-dir=${PREFIX}/include \
- --with-mysql-lib-dir=${PREFIX}/lib/mysql
+CONFIGURE_ARGS+= --with-mysql-include-dir=${BUILDLINK_PREFIX.mysql-client}/include \
+ --with-mysql-lib-dir=${BUILDLINK_PREFIX.mysql-client}/lib/mysql
INSTALL_TARGET= site-install
DOCS= README README.ja
@@ -39,5 +39,6 @@ post-install:
.endfor
.include "../../lang/ruby-base/Makefile.common"
-.include "../../databases/mysql-client/buildlink.mk"
+.include "../../lang/ruby-base/buildlink2.mk"
+.include "../../databases/mysql-client/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile
index ba7e088ff9d..8ff8b81a56d 100644
--- a/net/flow-tools/Makefile
+++ b/net/flow-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/07/23 11:46:32 agc Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/10 11:49:40 wiz Exp $
DISTNAME= flow-tools-0.59
CATEGORIES= net
@@ -9,8 +9,9 @@ HOMEPAGE= http://www.splintered.net/sw/flow-tools/
COMMENT= Collect and store NetFlow data
GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
USE_GMAKE= yes
-.include "../../devel/zlib/buildlink.mk"
-.include "../../security/tcp_wrappers/buildlink.mk"
+.include "../../devel/zlib/buildlink2.mk"
+.include "../../security/tcp_wrappers/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"