diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-01 06:40:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-01 06:40:50 +0000 |
commit | 6114321176802b94b4070edc296007a63ed952d9 (patch) | |
tree | 93296ffd4e5be2469b397b8d3fd76ecc02856c17 /www/fcgi | |
parent | 94bb6c3d26a48c6d306f28ac240e49ef48076bcf (diff) | |
download | pkgsrc-6114321176802b94b4070edc296007a63ed952d9.tar.gz |
Convert to use pthread.buildlink.mk.
Diffstat (limited to 'www/fcgi')
-rw-r--r-- | www/fcgi/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile index 88e0870fc61..a35036a67d3 100644 --- a/www/fcgi/Makefile +++ b/www/fcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/24 19:32:08 tron Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/01 06:40:55 jlam Exp $ DISTNAME= fcgi-2.2.2 CATEGORIES= www devel @@ -8,11 +8,12 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://fastcgi.com/ COMMENT= FastCGI application development kit -GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES -USE_LIBTOOL= YES +GNU_CONFIGURE= YES +PTHREAD_OPTS+= require +USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -.include "../../devel/pth/buildlink.mk" +.include "../../mk/pthread.buildlink.mk" .include "../../mk/bsd.pkg.mk" |