svn commit: r329635 - head/multimedia/libquvi-scripts

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 6 22:49:11 UTC 2013


Author: sunpoet
Date: Sun Oct  6 22:49:11 2013
New Revision: 329635
URL: http://svnweb.freebsd.org/changeset/ports/329635

Log:
  - Fix NSFW option
  
  Reported by:	Robert Burmeister <Robert.Burmeister at utoledo.edu>

Modified:
  head/multimedia/libquvi-scripts/Makefile

Modified: head/multimedia/libquvi-scripts/Makefile
==============================================================================
--- head/multimedia/libquvi-scripts/Makefile	Sun Oct  6 22:19:27 2013	(r329634)
+++ head/multimedia/libquvi-scripts/Makefile	Sun Oct  6 22:49:11 2013	(r329635)
@@ -25,6 +25,6 @@ USES=		pathfix
 
 PROJECTHOST=	quvi
 
-NSFW_CONFIGURE_ARGS=	--with-nsfw
+NSFW_CONFIGURE_WITH=	nsfw
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list