I need nginx with GEOIP2 module. The following procedure works but requires human interaction:
	
	
	
		
Is it possible to achieve the same objective (nginx with GEOIP2) in a non-interactive manner?
Thank you.
				
			
		Code:
	
	cd /usr/ports/www/nginx
make config
# manually check HTTP_GEOIP2
make install clean
	Is it possible to achieve the same objective (nginx with GEOIP2) in a non-interactive manner?
Thank you.