summaryrefslogtreecommitdiff
path: root/comms/plptools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/plptools/Makefile')
-rw-r--r--comms/plptools/Makefile6
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"