diff options
author | wiz <wiz> | 2004-11-22 20:56:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-22 20:56:55 +0000 |
commit | a5ac3d700e78c0d22ffcfcfb65c3b6c43e422efa (patch) | |
tree | a2d4f91330462f3964b2253315a7ea2f2399c1a3 /www/fcgi/Makefile | |
parent | 540d01b3c223ba923509daeb26463c09b44bcc3e (diff) | |
download | pkgsrc-a5ac3d700e78c0d22ffcfcfb65c3b6c43e422efa.tar.gz |
USE_LANGUAGES=c c++.
Diffstat (limited to 'www/fcgi/Makefile')
-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 |