Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/comms/plptools/Attic/Makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- pkgsrc/comms/plptools/Attic/Makefile 2001/06/20 23:37:36 1.18 +++ pkgsrc/comms/plptools/Attic/Makefile 2001/11/06 22:23:49 1.19 @@ -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"