diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-27 21:01:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-27 21:01:19 +0800 |
commit | e3080a3bde68762eb4cfc3d1dc2c9c51edc2baca (patch) | |
tree | 5e9d8f60254c82506c3255bbf1d40f45d4cb1478 /www | |
parent | 9b387327b451dd3b1e09d7f46bc25af9b281de65 (diff) | |
download | freebsd-ports-gnome-e3080a3bde68762eb4cfc3d1dc2c9c51edc2baca.tar.gz freebsd-ports-gnome-e3080a3bde68762eb4cfc3d1dc2c9c51edc2baca.tar.zst freebsd-ports-gnome-e3080a3bde68762eb4cfc3d1dc2c9c51edc2baca.zip |
- Chase devel/google-perftools shlib bump
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 3 | ||||
-rw-r--r-- | www/nginx/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index a455b75dee09..5ea45308b6a9 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= nginx PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -137,7 +138,7 @@ CATEGORIES+= ipv6 .endif .if defined(WITH_GOOGLE_PERFTOOLS) -LIB_DEPENDS+= profiler.0:${PORTSDIR}/devel/google-perftools +LIB_DEPENDS+= profiler.1:${PORTSDIR}/devel/google-perftools CONFIGURE_ARGS+=--with-google_perftools_module .endif diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 88610a66f26e..26b757beefad 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -7,6 +7,7 @@ PORTNAME= nginx PORTVERSION= 0.8.54 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -138,7 +139,7 @@ CATEGORIES+= ipv6 .endif .if defined(WITH_GOOGLE_PERFTOOLS) -LIB_DEPENDS+= profiler.0:${PORTSDIR}/devel/google-perftools +LIB_DEPENDS+= profiler.1:${PORTSDIR}/devel/google-perftools CONFIGURE_ARGS+=--with-google_perftools_module .endif |