diff options
author | marino <marino@FreeBSD.org> | 2013-08-13 19:09:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-08-13 19:09:48 +0800 |
commit | d3c0873d685075435de0a082f0385f56ef52f2d4 (patch) | |
tree | 9472ce7f9ed273e0b7fcd8b34a3181a690f37998 /www | |
parent | 57c3a794a72d9b47684fe7f955c8ba9f06101975 (diff) | |
download | freebsd-ports-gnome-d3c0873d685075435de0a082f0385f56ef52f2d4.tar.gz freebsd-ports-gnome-d3c0873d685075435de0a082f0385f56ef52f2d4.tar.zst freebsd-ports-gnome-d3c0873d685075435de0a082f0385f56ef52f2d4.zip |
www/rubygem-passenger: Mark Apache as possible BUILD_DEPENDS
When the default Apache option is selected, the port checks for Apache
headers with the apxs program. Currently Apache is only marked as a RUN
depends so the program isn't guaranteed to be available. Let's make sure
that it is.
Approved by: bapt/culot (mentors, implicit), osa (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-passenger/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rubygem-passenger/Makefile b/www/rubygem-passenger/Makefile index 80a22d95895d..fbc7e9fa8b70 100644 --- a/www/rubygem-passenger/Makefile +++ b/www/rubygem-passenger/Makefile @@ -3,6 +3,7 @@ PORTNAME= passenger PORTVERSION= 4.0.10 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- @@ -26,7 +27,7 @@ RUBYGEM_AUTOPLIST= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAPACHE22} -USE_APACHE_RUN= 22+ +USE_APACHE= 22+ .endif .if ${PORT_OPTIONS:MNGINX} |