aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2010-03-09 17:49:08 +0800
committerosa <osa@FreeBSD.org>2010-03-09 17:49:08 +0800
commit70af5a29cee3b56656b95313175adee144363e99 (patch)
tree34ad67ecbd2023a357b5432a88c1f35a5a33c696 /www
parenta5e944b6489d5fe5c2604360bc095c7488c60f0a (diff)
downloadfreebsd-ports-gnome-70af5a29cee3b56656b95313175adee144363e99.tar.gz
freebsd-ports-gnome-70af5a29cee3b56656b95313175adee144363e99.tar.zst
freebsd-ports-gnome-70af5a29cee3b56656b95313175adee144363e99.zip
Update CATEGORIES if defined passenger module support.
Do not bump PORTREVISIONs.
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile1
-rw-r--r--www/nginx/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 893cb873a84e..3b7a50dd625d 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -78,6 +78,7 @@ MAKE_JOBS_SAFE= yes
.include <bsd.port.options.mk>
.if defined(WITH_PASSENGER_MODULE)
+CATEGORIES+= ruby
USE_RUBY= yes
USE_RAKE= yes
.endif
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 99da8066230c..93a03bd1a60e 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -75,6 +75,7 @@ MAKE_JOBS_SAFE= yes
.include <bsd.port.options.mk>
.if defined(WITH_PASSENGER_MODULE)
+CATEGORIES+= ruby
USE_RUBY= yes
USE_RAKE= yes
.endif