diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-06 22:23:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-06 22:23:49 +0000 |
commit | 3db03d6bef40452dcfd72c464cbc7e990a93cbdf (patch) | |
tree | 30e875398acf8d222b4aaf9743e7b4150eb5c3bf /comms/plptools/Makefile | |
parent | cbf7d8cfd3b4ed98ce09f74799467af972f94742 (diff) | |
download | pkgsrc-3db03d6bef40452dcfd72c464cbc7e990a93cbdf.tar.gz |
Use the proper typecasts to make this compile.
Diffstat (limited to 'comms/plptools/Makefile')
-rw-r--r-- | comms/plptools/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile index bba8eaad09c..c9bed4169df 100644 --- a/comms/plptools/Makefile +++ b/comms/plptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/06/20 23:37:36 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2001/11/06 22:23:49 jlam Exp $ # DISTNAME= plptools-0.6 @@ -10,16 +10,14 @@ MAINTAINER= sakamoto@netbsd.org COMMENT= FTP-like and NFS-like access tools to talk to the PSION USE_BUILDLINK_ONLY= YES -GNU_CONFIGURE= YES -USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig - USE_GNU_READLINE= # uses rl_filename_quoting_desired flag -.include "../../mk/bsd.prefs.mk" -.include "../../devel/readline/buildlink.mk" +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-serial=${DEFAULT_SERIAL_DEVICE} LIBS+= -ltermcap +.include "../../devel/readline/buildlink.mk" .include "../../mk/bsd.pkg.mk" |