diff options
author | jlam <jlam> | 2001-06-12 20:33:00 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-12 20:33:00 +0000 |
commit | fd84d28d8352059389e91aca8959642a58dc2a4d (patch) | |
tree | 154e7feac1d9bd8853bbdc9b7ffa45c13b83f32f /comms | |
parent | 080b575bef9ed36b09b664dcbc732e2ae2650944 (diff) | |
download | pkgsrc-fd84d28d8352059389e91aca8959642a58dc2a4d.tar.gz |
LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/plptools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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" |