summaryrefslogtreecommitdiff
path: root/devel/pthread-sem
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-15 11:56:54 +0000
committerwiz <wiz>2006-01-15 11:56:54 +0000
commitb4f9db867c5bab1d6275ef4bceee7ed089c7c2d4 (patch)
treedd4bcd9c793e66cfebaad2bf7ac0a89137284b1a /devel/pthread-sem
parent92576beaa08e231b5632337ef6675df2fe948cd8 (diff)
downloadpkgsrc-b4f9db867c5bab1d6275ef4bceee7ed089c7c2d4.tar.gz
Uses libtool, so USE_LIBTOOL=yes.
Diffstat (limited to 'devel/pthread-sem')
-rw-r--r--devel/pthread-sem/Makefile3
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}