diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-05 06:49:36 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-09-05 06:49:36 +0000 |
commit | 4c40f46c14ef542872076d348c9ebc4a04995e58 (patch) | |
tree | 55dfba112bbc34ca6a11583dbc2a538d1813cdbd /www | |
parent | 1b3ec36058cc9f999adf9fc896c727262b354313 (diff) | |
download | ports-4c40f46c14ef542872076d348c9ebc4a04995e58.tar.gz ports-4c40f46c14ef542872076d348c9ebc4a04995e58.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-passenger/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rubygem-passenger/Makefile b/www/rubygem-passenger/Makefile index e25e881d641b..bb6f5416e9df 100644 --- a/www/rubygem-passenger/Makefile +++ b/www/rubygem-passenger/Makefile @@ -29,7 +29,7 @@ RUBYGEM_AUTOPLIST= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAPACHE22} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .if ${PORT_OPTIONS:MNGINX} |