summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chat/libirc/Makefile8
-rw-r--r--devel/eXdbm/Makefile3
2 files changed, 6 insertions, 5 deletions
diff --git a/chat/libirc/Makefile b/chat/libirc/Makefile
index d0fa0790dac..17e4211592c 100644
--- a/chat/libirc/Makefile
+++ b/chat/libirc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/05/02 11:54:05 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2003/05/02 13:13:46 wiz Exp $
#
DISTNAME= libirc-0.2
@@ -10,10 +10,10 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cs.kau.se/~jorgen/software/
COMMENT= libirc is a C-library for the IRC protocol
-DEPENDS+= glib>=1.2.10nb4:../../devel/glib
-
GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+.include "../../devel/glib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/eXdbm/Makefile b/devel/eXdbm/Makefile
index 846d7439477..a4f49ddd5bc 100644
--- a/devel/eXdbm/Makefile
+++ b/devel/eXdbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 14:13:53 agc Exp $
+# $NetBSD: Makefile,v 1.2 2003/05/02 13:16:27 wiz Exp $
#
DISTNAME= eXdbm-beta-1.0b1
@@ -11,5 +11,6 @@ HOMEPAGE= http://www.linux-france.org/pesch/exode/exdbm.html
COMMENT= eXode configuration database routines
USE_GMAKE= YES
+USE_BUILDLINK2= YES
.include "../../mk/bsd.pkg.mk"