summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-04-05 01:48:31 +0000
committerdmcmahill <dmcmahill>2001-04-05 01:48:31 +0000
commit3c24ecc76c47aadcb7899b4711cb6feb5299ba67 (patch)
treeda70eeb4ce3bab42bd665941ba665bfcb02d73e5 /comms
parentb6e56edab29dd466ea62e0f763fa6f3875d19d8b (diff)
downloadpkgsrc-3c24ecc76c47aadcb7899b4711cb6feb5299ba67.tar.gz
add default serial device to configure arguments
Diffstat (limited to 'comms')
-rw-r--r--comms/plptools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile
index 368c6243124..a45d65c2f78 100644
--- a/comms/plptools/Makefile
+++ b/comms/plptools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/16 13:56:22 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2001/04/05 01:48:31 dmcmahill Exp $
#
DISTNAME= plptools-0.6
@@ -18,4 +18,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= YES
CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/" LIBS="-ltermlib"
+.include "../../mk/bsd.prefs.mk"
+CONFIGURE_ARGS+= --with-serial=${DEFAULT_SERIAL_DEVICE}
+
.include "../../mk/bsd.pkg.mk"