diff options
author | wiz <wiz> | 2004-04-25 00:36:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-04-25 00:36:04 +0000 |
commit | 6b272ceede945397e893ef8b6789b289894f4f42 (patch) | |
tree | 8a4c9676645d449c6b56e726bf48b64b54410289 /comms | |
parent | 9dd8d6a5054a68910b22516038616d78c610eb7d (diff) | |
download | pkgsrc-6b272ceede945397e893ef8b6789b289894f4f42.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" |