diff options
author | wiz <wiz> | 2006-01-15 11:56:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-01-15 11:56:54 +0000 |
commit | f6f58f28b7d2f0382ba8ac7537b59c21796496df (patch) | |
tree | dd4bcd9c793e66cfebaad2bf7ac0a89137284b1a /devel/pthread-sem | |
parent | e0c72a683704650c2e4bb5b51a3177d3eb12251e (diff) | |
download | pkgsrc-f6f58f28b7d2f0382ba8ac7537b59c21796496df.tar.gz |
Uses libtool, so USE_LIBTOOL=yes.
Diffstat (limited to 'devel/pthread-sem')
-rw-r--r-- | devel/pthread-sem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pthread-sem/Makefile b/devel/pthread-sem/Makefile index ab1a82b6ece..edc278d3906 100644 --- a/devel/pthread-sem/Makefile +++ b/devel/pthread-sem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/01/10 13:42:29 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/15 11:56:54 wiz Exp $ # DISTNAME= pthread-sem-1.0 @@ -10,6 +10,7 @@ MAINTAINER= rh@NetBSD.org COMMENT= Semaphore implementation for (PTH) pthreads PTHREAD_OPTS+= require +USE_LIBTOOL= yes post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} |