summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-07-14 15:52:27 +0000
committersakamoto <sakamoto>1999-07-14 15:52:27 +0000
commitb8c9ffd9692ca0e33fbf8077418a929d70e6e0a0 (patch)
tree993b17a542374f5335e082c1087a1cfcce24e78a /comms
parent1cebaf5ec341b540a570e06349e65073ed07c2ee (diff)
downloadpkgsrc-b8c9ffd9692ca0e33fbf8077418a929d70e6e0a0.tar.gz
add LIBS="-ltermlib" to CONFIGURE_ENV.
Diffstat (limited to 'comms')
-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"