From 5219bc3cc8b557d12cd318cf81b5452c4749021e Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 12 Jun 2001 20:33:00 +0000 Subject: LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value. --- comms/plptools/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'comms/plptools') diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile index edd6c7a6b31..91979ad9ff1 100644 --- a/comms/plptools/Makefile +++ b/comms/plptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/06/11 06:34:22 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2001/06/12 20:33:01 jlam Exp $ # DISTNAME= plptools-0.6 @@ -19,8 +19,6 @@ USE_GNU_READLINE= # uses rl_filename_quoting_desired flag .include "../../devel/readline/buildlink.mk" CONFIGURE_ARGS+= --with-serial=${DEFAULT_SERIAL_DEVICE} -CONFIGURE_ENV+= LIBS="${LIBS}" - LIBS+= -ltermcap .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3