aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2011-09-15 10:33:51 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2011-09-15 10:33:51 +0000
commite681da4d4cc7e847fe0247f93755d4624a6d2751 (patch)
tree1ea30cacccaa52b267e939ccfed1eadcd26af836 /www
parentb87a0c7aabb58ce24dd3a1420542c3dd2b8ee8e1 (diff)
downloadports-e681da4d4cc7e847fe0247f93755d4624a6d2751.tar.gz
ports-e681da4d4cc7e847fe0247f93755d4624a6d2751.zip
Fix typo for http_mp4 module.
Do not bump PORTREVISION because http_mp4 module disabled by default. Found by: Jim Ohlstein aka jim dot ohlstein at gmail dot com [1]
Notes
Notes: svn path=/head/; revision=281796
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 8dfc8f301d7e..50bd98fd96d6 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -273,7 +273,7 @@ IGNORE= http_mp4 and third-party http_mp4_h264 modules are incompatible. Please
.endif
.if defined(WITH_HTTP_MP4_MODULE)
-CONFIUGURE_ARGS+=--with-http_mp4_module
+CONFIGURE_ARGS+=--with-http_mp4_module
.endif
.if defined(WITH_HTTP_MOGILEFS_MODULE)