aboutsummaryrefslogtreecommitdiff
path: root/www/nginx-devel/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2006-12-05 09:20:22 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2006-12-05 09:20:22 +0000
commitb244dd0f2cde07c2536f07cd3e571f730b482461 (patch)
tree3873894d6f1a25c2eb1c2916687ed9271fc19bc9 /www/nginx-devel/Makefile
parent9465e8d372bacf290bed1435c96295bc12e30e81 (diff)
downloadports-b244dd0f2cde07c2536f07cd3e571f730b482461.tar.gz
ports-b244dd0f2cde07c2536f07cd3e571f730b482461.zip
Notes
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r--www/nginx-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index fe8f18b965b1..ef1b6ad880fe 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nginx
-PORTVERSION= 0.4.14
+PORTVERSION= 0.5.0
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX}/etc/nginx \
--user=${WWWOWN} --group=${WWWGRP}
.if defined(WITH_DEBUG)
-CFLAGS+= -g
+CFLAGS+= -g -DNGX_DEBUG_MALLOC
CONFIGURE_ARGS+=--with-debug
STRIP= #do not strip if nginx with debug information
.endif