aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portmk/Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.mk b/ports-mgmt/portmk/Mk/bsd.port.mk
index 9c8ca55ba02d..c2004607ec7f 100644
--- a/ports-mgmt/portmk/Mk/bsd.port.mk
+++ b/ports-mgmt/portmk/Mk/bsd.port.mk
@@ -1596,7 +1596,7 @@ PERL= ${LOCALBASE}/bin/perl
.endif
.endif
-.if defined(USE_OCAML)
+.if defined(USE_XFCE)
.if exists(${DEVELPORTSDIR}/Mk/bsd.xfce.mk)
.include "${DEVELPORTSDIR}/Mk/bsd.xfce.mk"
.else
@@ -2131,7 +2131,7 @@ RUN_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT}
.endif
.endif
-.if defined(USE_OCAML)
+.if defined(USE_XFCE)
.if exists(${DEVELPORTSDIR}/Mk/bsd.xfce.mk)
.include "${DEVELPORTSDIR}/Mk/bsd.xfce.mk"
.else