summaryrefslogtreecommitdiff
path: root/comms/plptools
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-07-14 15:52:27 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-07-14 15:52:27 +0000
commit47b374dc736463a857cd071f11e33a52b36fdba3 (patch)
tree993b17a542374f5335e082c1087a1cfcce24e78a /comms/plptools
parent3774395e58df15204b8cb19427307e8c193d7a8b (diff)
downloadpkgsrc-47b374dc736463a857cd071f11e33a52b36fdba3.tar.gz
add LIBS="-ltermlib" to CONFIGURE_ENV.
Diffstat (limited to 'comms/plptools')
-rw-r--r--comms/plptools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile
index ba39f11d71b..588fbe2a5b7 100644
--- a/comms/plptools/Makefile
+++ b/comms/plptools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/07/14 05:41:47 sakamoto Exp $
+# $NetBSD: Makefile,v 1.2 1999/07/14 15:52:27 sakamoto Exp $
#
DISTNAME= plptools-0.3
@@ -11,6 +11,6 @@ DEPENDS= readline-2.2:../../devel/readline
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/"
+CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/" LIBS="-ltermlib"
.include "../../mk/bsd.pkg.mk"