diff options
author | dmcmahill <dmcmahill> | 2001-04-05 01:48:31 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-04-05 01:48:31 +0000 |
commit | 3c24ecc76c47aadcb7899b4711cb6feb5299ba67 (patch) | |
tree | da70eeb4ce3bab42bd665941ba665bfcb02d73e5 /comms/plptools/Makefile | |
parent | b6e56edab29dd466ea62e0f763fa6f3875d19d8b (diff) | |
download | pkgsrc-3c24ecc76c47aadcb7899b4711cb6feb5299ba67.tar.gz |
add default serial device to configure arguments
Diffstat (limited to 'comms/plptools/Makefile')
-rw-r--r-- | comms/plptools/Makefile | 5 |
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" |