summaryrefslogtreecommitdiff
path: root/comms/plptools
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-04-05 01:48:31 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-04-05 01:48:31 +0000
commit597554ac76f4c6cc11b2fd01027244d192060619 (patch)
treeda70eeb4ce3bab42bd665941ba665bfcb02d73e5 /comms/plptools
parent764baf273c57c132381cd57be16a7861784bda82 (diff)
downloadpkgsrc-597554ac76f4c6cc11b2fd01027244d192060619.tar.gz
add default serial device to configure arguments
Diffstat (limited to 'comms/plptools')
-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"