diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-15 11:56:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-15 11:56:54 +0000 |
commit | 0dcf5834fb3ec3535155465bba19ac4cb096c335 (patch) | |
tree | dd4bcd9c793e66cfebaad2bf7ac0a89137284b1a | |
parent | de0a697d71a7457bd09d75c959deb623ede461be (diff) | |
download | pkgsrc-0dcf5834fb3ec3535155465bba19ac4cb096c335.tar.gz |
Uses libtool, so USE_LIBTOOL=yes.
-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} |