diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-25 18:26:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-25 18:26:46 +0000 |
commit | 8ba36123e07427cbd8c7358b5f3ae0d142435755 (patch) | |
tree | 2a37be9deb0306a0e5652c5013659283c2c6571e /comms | |
parent | 8b5a612a7e5b9f615a6c5e1aadc9e5f4633a63c8 (diff) | |
download | pkgsrc-8ba36123e07427cbd8c7358b5f3ae0d142435755.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/plptools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile index 7cdb4cd1e8c..ab75cf751f7 100644 --- a/comms/plptools/Makefile +++ b/comms/plptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/11/29 01:12:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.21 2002/10/25 18:26:46 wiz Exp $ # DISTNAME= plptools-0.6 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.to.com/pub/psion/tarballs/ MAINTAINER= sakamoto@netbsd.org COMMENT= FTP-like and NFS-like access tools to talk to the PSION -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES USE_GNU_READLINE= # uses rl_filename_quoting_desired flag USE_LIBTOOL= YES @@ -19,5 +19,5 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-serial=${DEFAULT_SERIAL_DEVICE} LIBS+= -ltermcap -.include "../../devel/readline/buildlink.mk" +.include "../../devel/readline/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |