summaryrefslogtreecommitdiff
path: root/www/nginx
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2015-12-10 19:33:41 +0000
committershattered <shattered@pkgsrc.org>2015-12-10 19:33:41 +0000
commit5bf16778bbfbd0214678f73ec9213d206b6b7170 (patch)
treeeb186bf419f5a4d454732de7e9d1d300874e31cd /www/nginx
parent3ab97a916bf40ff9ea6f6e562a65b876a9f6e6bf (diff)
downloadpkgsrc-5bf16778bbfbd0214678f73ec9213d206b6b7170.tar.gz
PR/45320 -- unbreak 'gtools' option instead of disabling it
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx/options.mk b/www/nginx/options.mk
index d2031da6eee..64c5c29ac0f 100644
--- a/www/nginx/options.mk
+++ b/www/nginx/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.34 2015/09/30 13:36:00 imil Exp $
+# $NetBSD: options.mk,v 1.35 2015/12/10 19:33:41 shattered Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nginx
PKG_SUPPORTED_OPTIONS= dav flv gtools inet6 luajit mail-proxy memcache naxsi \
@@ -65,6 +65,7 @@ CONFIGURE_ARGS+= --with-http_sub_module
.if !empty(PKG_OPTIONS:Mgtools)
CONFIGURE_ARGS+= --with-google_perftools_module
+.include "../../devel/gperftools/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mmail-proxy)