svn commit: r423384 - head/emulators/virtualbox-ose

Jung-uk Kim jkim at FreeBSD.org
Wed Oct 5 20:13:08 UTC 2016


Author: jkim
Date: Wed Oct  5 20:13:07 2016
New Revision: 423384
URL: https://svnweb.freebsd.org/changeset/ports/423384

Log:
  Add the newly added emulators/virtualbox-ose-nox11 to CONFLICTS_INSTALL.

Modified:
  head/emulators/virtualbox-ose/Makefile

Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile	Wed Oct  5 19:57:02 2016	(r423383)
+++ head/emulators/virtualbox-ose/Makefile	Wed Oct  5 20:13:07 2016	(r423384)
@@ -114,8 +114,8 @@ USE_RC_SUBR=	vboxheadless vboxwatchdog
 .include <bsd.port.options.mk>
 
 .if ${SLAVE_PORT} == no
+CONFLICTS_INSTALL+=	${PORTNAME}-lite-[4,5]* ${PORTNAME}-nox11-5*
 OPTIONS_DEFAULT+=	PYTHON
-CONFLICTS_INSTALL+=	${PORTNAME}-lite-[4,5]*
 .else
 CONFLICTS_INSTALL+=	${PORTNAME}-[4,5]*
 .endif


More information about the svn-ports-all mailing list