diff options
author | vs <vs@FreeBSD.org> | 2004-03-14 20:42:32 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-03-14 20:42:32 +0800 |
commit | 7c7938fe7fd7127405fc60894fb34071a7e7e112 (patch) | |
tree | 37f444e4578d52c530bce9cea6a4fd578ce1a44a /www/p5-FastCGI | |
parent | d4cd5f775f2901a7dae67c2ce62013c1c5bbf723 (diff) | |
download | freebsd-ports-gnome-7c7938fe7fd7127405fc60894fb34071a7e7e112.tar.gz freebsd-ports-gnome-7c7938fe7fd7127405fc60894fb34071a7e7e112.tar.zst freebsd-ports-gnome-7c7938fe7fd7127405fc60894fb34071a7e7e112.zip |
Unbreak: Don't pass CFLAGS in single-quotes
http://bento.freebsd.org/errorlogs/i386-4-latest/p5-FastCGI-0.67.log
Approved by: linimon (mentor)
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> |