summaryrefslogtreecommitdiff
path: root/www/fcgi
diff options
context:
space:
mode:
Diffstat (limited to 'www/fcgi')
-rw-r--r--www/fcgi/Makefile9
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"