diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-25 00:36:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-25 00:36:04 +0000 |
commit | 3b98fdd05543a5be3a1e12ee9d83c5ae8e5a8d9e (patch) | |
tree | 8a4c9676645d449c6b56e726bf48b64b54410289 /comms | |
parent | e3e6e30db82ba535bb38cfaf32875df21eea06f5 (diff) | |
download | pkgsrc-3b98fdd05543a5be3a1e12ee9d83c5ae8e5a8d9e.tar.gz |
Convert to bl3.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/plptools/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile index e7a107196a8..0f6f5152644 100644 --- a/comms/plptools/Makefile +++ b/comms/plptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/10/31 16:25:56 gavan Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/25 00:36:04 wiz Exp $ # DISTNAME= plptools-0.6 @@ -9,16 +9,14 @@ 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_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_READLINE= # uses rl_filename_quoting_desired flag -USE_GCC_SHLIB= YES - +USE_LANUGAGES= c c++ USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-serial=${DEFAULT_SERIAL_DEVICE} LIBS+= -ltermcap -.include "../../devel/readline/buildlink2.mk" +.include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |