diff options
author | wiz <wiz> | 2003-05-02 13:13:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-02 13:13:46 +0000 |
commit | e945f1dceaec16318bc8c3ab9f8633c92b7feb7f (patch) | |
tree | 924e3ce634e8a915293111c460e16dc18b342e0b | |
parent | 152d8556f86cbb55d806e90df627218620eb35cf (diff) | |
download | pkgsrc-e945f1dceaec16318bc8c3ab9f8633c92b7feb7f.tar.gz |
Convert to buildlink2.
-rw-r--r-- | chat/libirc/Makefile | 8 | ||||
-rw-r--r-- | devel/eXdbm/Makefile | 3 |
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" |