summaryrefslogtreecommitdiff
path: root/comms/plptools/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-06 22:23:49 +0000
committerjlam <jlam@pkgsrc.org>2001-11-06 22:23:49 +0000
commit3db03d6bef40452dcfd72c464cbc7e990a93cbdf (patch)
tree30e875398acf8d222b4aaf9743e7b4150eb5c3bf /comms/plptools/Makefile
parentcbf7d8cfd3b4ed98ce09f74799467af972f94742 (diff)
downloadpkgsrc-3db03d6bef40452dcfd72c464cbc7e990a93cbdf.tar.gz
Use the proper typecasts to make this compile.
Diffstat (limited to 'comms/plptools/Makefile')
-rw-r--r--comms/plptools/Makefile12
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"