diff options
author | wiz <wiz> | 2002-10-25 18:26:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-25 18:26:46 +0000 |
commit | 4b01dd9f96e4a06c97b164d81cac92d686e98072 (patch) | |
tree | 2a37be9deb0306a0e5652c5013659283c2c6571e /comms/plptools | |
parent | 61cb51449373c204ee58303ac90f5eb86b000ea0 (diff) | |
download | pkgsrc-4b01dd9f96e4a06c97b164d81cac92d686e98072.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'comms/plptools')
-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" |