svn commit: r443830 - head/emulators/mupen64plus-qt

Richard Gallamore ultima at FreeBSD.org
Sun Jun 18 15:09:13 UTC 2017


Author: ultima
Date: Sun Jun 18 15:09:12 2017
New Revision: 443830
URL: https://svnweb.freebsd.org/changeset/ports/443830

Log:
  * Remove OPTIONS_DEFAULT
  
  Reviewed by:	matthew (mentor)
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11256

Modified:
  head/emulators/mupen64plus-qt/Makefile

Modified: head/emulators/mupen64plus-qt/Makefile
==============================================================================
--- head/emulators/mupen64plus-qt/Makefile	Sun Jun 18 15:06:34 2017	(r443829)
+++ head/emulators/mupen64plus-qt/Makefile	Sun Jun 18 15:09:12 2017	(r443830)
@@ -26,7 +26,6 @@ PLIST_FILES=	bin/mupen64plus-qt \
 		share/pixmaps/mupen64plus-qt.png
 
 OPTIONS_DEFINE=		DOCS
-OPTIONS_DEFAULT=	DOCS
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-head mailing list