diff options
-rw-r--r-- | comms/plptools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile index a4a90ec4f0f..5f2cc92a641 100644 --- a/comms/plptools/Makefile +++ b/comms/plptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/09/08 12:14:59 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2004/09/24 19:32:47 kristerw Exp $ # DISTNAME= plptools-0.12 @@ -15,6 +15,7 @@ USE_GNU_TOOLS+= make USE_LANUGAGES= c c++ USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES +PTHREAD_OPTS+= require GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-serial=${DEFAULT_SERIAL_DEVICE} @@ -22,4 +23,5 @@ LIBS+= -ltermcap .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |