summaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/virtualbox-ose/Makefile')
-rw-r--r--emulators/virtualbox-ose/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile
index 37b04b7b6908..c1993fc01e5a 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -35,9 +35,9 @@ CONFIGURE_ARGS= --disable-java --passive-mesa
CONFIGURE_ARGS+= --with-gcc="${CC}" --with-g++="${CXX}"
CONFLICTS_INSTALL= virtualbox-ose-additions-* \
- virtualbox-ose-devel-[0-9]* \
- virtualbox-ose-legacy-[0-9]* \
- virtualbox-ose-lite-[0-9]*
+ virtualbox-ose-devel \
+ virtualbox-ose-legacy \
+ virtualbox-ose-lite
VBOXUSER?= vboxusers
VBOXWSUSER?= vboxusers
@@ -114,10 +114,10 @@ USE_RC_SUBR= vboxheadless vboxwatchdog
.include <bsd.port.options.mk>
.if ${SLAVE_PORT} == no
-CONFLICTS_INSTALL+= virtualbox-ose-nox11-[0-9]*
+CONFLICTS_INSTALL+= virtualbox-ose-nox11
OPTIONS_DEFAULT+= PYTHON
.else
-CONFLICTS_INSTALL+= virtualbox-ose-[0-9]*
+CONFLICTS_INSTALL+= virtualbox-ose
.endif
.if ${ARCH} == "amd64"