diff options
author | kristerw <kristerw> | 2004-09-24 19:32:47 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-09-24 19:32:47 +0000 |
commit | cf20a0f8a7192818d61bba237de6d0096c66e024 (patch) | |
tree | 480cf2b9b0f75b66214c60588c72591cb092f6a3 /comms | |
parent | 3b7a9c5be33542af922531e24b46431f37eb3bde (diff) | |
download | pkgsrc-cf20a0f8a7192818d61bba237de6d0096c66e024.tar.gz |
Include pthread.buildlink3.mk.
Diffstat (limited to 'comms')
-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" |