svn commit: r414174 - head/www/nginx
Steve Wills
swills at FreeBSD.org
Thu Apr 28 14:16:56 UTC 2016
Author: swills
Date: Thu Apr 28 14:16:54 2016
New Revision: 414174
URL: https://svnweb.freebsd.org/changeset/ports/414174
Log:
www/nginx: remove USE_RAKE
Modified:
head/www/nginx/Makefile
Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile Thu Apr 28 14:02:21 2016 (r414173)
+++ head/www/nginx/Makefile Thu Apr 28 14:16:54 2016 (r414174)
@@ -236,7 +236,8 @@ WANT_GNOME= yes
.if ${PORT_OPTIONS:MPASSENGER}
CATEGORIES+= ruby
USE_RUBY= yes
-USE_RAKE= yes
+BUILD_DEPENDS+= ${LOCALBASE}/bin/rake:devel/rubygem-rake
+RAKE_BIN= ${LOCALBASE}/bin/rake
.endif
NGINX_VARDIR?= /var
More information about the svn-ports-all
mailing list