diff options
Diffstat (limited to 'www/p5-FastCGI')
-rw-r--r-- | www/p5-FastCGI/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/p5-FastCGI/Makefile b/www/p5-FastCGI/Makefile index 2d0223f3f5ee..786a2afb7aed 100644 --- a/www/p5-FastCGI/Makefile +++ b/www/p5-FastCGI/Makefile @@ -20,13 +20,8 @@ LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi PERL_CONFIGURE= yes CONFIGURE_ARGS+= --use-installed=${LOCALBASE} +MAKE_ARGS= CCFLAGS="${CFLAGS}" MAN3= FCGI.3 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |