diff options
author | kamil <kamil> | 2017-02-08 02:06:34 +0000 |
---|---|---|
committer | kamil <kamil> | 2017-02-08 02:06:34 +0000 |
commit | e8245065d69ae403dfa8b5ef17b81198db4ab41f (patch) | |
tree | c95556d65a61bd54a6b17187b023fea85d010ee6 /devel | |
parent | f61a1f343ecc19a31361418fd19143d7470a1283 (diff) | |
download | pkgsrc-e8245065d69ae403dfa8b5ef17b81198db4ab41f.tar.gz |
Set libpthread_dbg valid only on NetBSD
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libpthread_dbg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libpthread_dbg/Makefile b/devel/libpthread_dbg/Makefile index 0b545dceed9..74e95727a54 100644 --- a/devel/libpthread_dbg/Makefile +++ b/devel/libpthread_dbg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/02/08 01:02:19 kamil Exp $ +# $NetBSD: Makefile,v 1.2 2017/02/08 02:06:34 kamil Exp $ # PKGNAME= libpthread_dbg-20161124 @@ -15,6 +15,8 @@ USE_TOOLS= nroff INSTALLATION_DIRS+= include lib ${PKGMANDIR}/man3 PKGSRC_LOCKTYPE= none # avoid "bootstrapping problem" +ONLY_FOR_PLATFORM= NetBSD-*-* + do-extract: ${CP} -R ${FILESDIR} ${WRKSRC} |