summaryrefslogtreecommitdiff
path: root/devel/pthread-sem
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-01-15 11:56:54 +0000
committerwiz <wiz@pkgsrc.org>2006-01-15 11:56:54 +0000
commit0dcf5834fb3ec3535155465bba19ac4cb096c335 (patch)
treedd4bcd9c793e66cfebaad2bf7ac0a89137284b1a /devel/pthread-sem
parentde0a697d71a7457bd09d75c959deb623ede461be (diff)
downloadpkgsrc-0dcf5834fb3ec3535155465bba19ac4cb096c335.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}