diff options
author | snj <snj> | 2004-04-11 06:59:06 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 06:59:06 +0000 |
commit | c1846bbd75826e37754ad04a9cd074e48af36ec4 (patch) | |
tree | 418c522a37f1aa0cae549e70878c660ab155cbd7 /comms | |
parent | fadc61f69c7c6c7e13c53b6845a8d366970bd1fc (diff) | |
download | pkgsrc-c1846bbd75826e37754ad04a9cd074e48af36ec4.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-pilot-link/Makefile | 8 | ||||
-rw-r--r-- | comms/scmxx/Makefile | 6 | ||||
-rw-r--r-- | comms/snooper/Makefile | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/comms/p5-pilot-link/Makefile b/comms/p5-pilot-link/Makefile index 07e191e07e6..6b75b93c1df 100644 --- a/comms/p5-pilot-link/Makefile +++ b/comms/p5-pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/01/22 07:51:12 grant Exp $ +# $NetBSD: Makefile,v 1.21 2004/04/11 06:59:06 snj Exp $ # .include "../../comms/pilot-link/Makefile.common" @@ -12,7 +12,7 @@ BUILDLINK_DEPENDS.pilot-link-libs= pilot-link-libs>=${PILOT_LINK_VERS} USE_X11= YES USE_GNU_TOOLS+= make -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES CONFIGURE_ARGS+= --with-perl=${PERL5} PERL5_CONFIGURE= NO @@ -36,8 +36,8 @@ post-install: ${INSTALL_SCRIPT} ${bin} ${PREFIX}/bin .endfor -.include "../../comms/pilot-link-libs/buildlink2.mk" -.include "../../graphics/png/buildlink2.mk" +.include "../../comms/pilot-link-libs/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index cbab1aece4d..3b817fbaf60 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/01/22 07:51:12 grant Exp $ +# $NetBSD: Makefile,v 1.26 2004/04/11 07:05:33 snj Exp $ # DISTNAME= scmxx-0.6.4 @@ -10,7 +10,7 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.hendrik-sattler.de/scmxx/ COMMENT= Data exchange utility for Siemens mobile phones -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_DIR} GNU_CONFIGURE= yes @@ -32,5 +32,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/vCard.vcf \ ${PREFIX}/share/examples/scmxx -.include "../../converters/libiconv/buildlink2.mk" +.include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index f93564d7d87..e28decc6b82 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/02/26 23:10:09 itojun Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/11 07:07:54 snj Exp $ # FreeBSD Id: Makefile,v 1.3 1998/08/13 09:20:41 itojun Exp $ DISTNAME= snooper-19991202 @@ -11,7 +11,7 @@ COMMENT= Serial line protocol analyzer (need two serial interfaces) WRKSRC= ${WRKDIR}/snooper/build GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes pre-build: cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} depend |