diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 20:56:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 20:56:55 +0000 |
commit | b5f8d5c421844eb6f8ebf6f0d594e5508671ba6e (patch) | |
tree | a2d4f91330462f3964b2253315a7ea2f2399c1a3 /www | |
parent | 4c18c856a922759c6e8a22d4aa3824f41ed4ab45 (diff) | |
download | pkgsrc-b5f8d5c421844eb6f8ebf6f0d594e5508671ba6e.tar.gz |
USE_LANGUAGES=c c++.
Diffstat (limited to 'www')
-rw-r--r-- | www/fcgi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile index 6115aea1395..bfc2ca8383b 100644 --- a/www/fcgi/Makefile +++ b/www/fcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/10/03 00:18:25 tv Exp $ +# $NetBSD: Makefile,v 1.13 2004/11/22 20:56:55 wiz Exp $ DISTNAME= fcgi-2.4.0 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://fastcgi.com/ COMMENT= FastCGI application development kit USE_BUILDLINK3= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_LIBTOOL= YES PTHREAD_OPTS+= require |